html, body {
margin: 0;
padding: 0;
height: 100%; /* Required */
}

#body {
margin: 0;
padding: 0;
}

#viewport {
margin: 0px auto;
width: 100%;
position: relative;
min-height: 100%; /* For Modern Browsers */
height: auto !important; /* For Modern Browsers */
height: 100%; /* For IE */	
text-align: center;
}

/* Parent elements */
#menu-parent {
  position: absolute;
  top: 650px;
  left: 0px;
  width: 100%;
  padding: 0px;
  text-align: center;
}
#content-parent {
  margin: 0px auto;
  width: 800px;
  padding-bottom: 2em;
}


#menu {
  margin: 0px auto;
  width: 881px;
  text-align: center;
}

.menuitem img, .menuitem a, .menuitemlast img, .menuitemlast a {
  border: 0px;
}

.menuitem, .menuitemlast {
}
.menuitem {
}
