body
{ font-family: Helvetica, sans-serif;
 background: #D3DBDE repeat;
font-size: .75em;
  color: #00375E;
}
#center {
position: absolute;
top: 25%;
bottom: 25%;
left: 15%;
right: 15%;

}
#topbar {
background: #9DAFC5;
width: 100%;
height: 10%;
text-align: left;
padding: 7;
font-weight: bold;
-moz-border-radius: 15px 15px 0px 0px ;
}
#midtext {
background: #FFFFFF;
width: 100%;
height: 10%
text-align: left;
padding: 7;
text-decoration: none;
}
#bodytext {
background: #DFEAF0;
width: 100%;
height: 40%;
text-align: left;
padding: 7;
text-decoration: none;
}
#footer {
background: #FFFFFF;
width: 100%;
height: 10%
text-align: left;
padding: 7;
text-decoration: none;
/* take out this height if you put anything in the footer */
height: 19px;
}
#pageend {
background: #9DAFC5;
width: 100%;
height: 10%;
text-align: left;
padding: 7;
font-weight: bold;
-moz-border-radius: 0px 0px 15px 15px;
}
