html{
overflow:auto;
}
html, body {
height:100%;
}
body {
margin: 0 auto;
padding: 0;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
background-color:#5faed0;
}
#spacer{ 
width:1px;
height:50%;
margin-bottom:-400px;
float:left;
visibility:hidden;
z-index:-1;
}
#container {
clear:left;
margin:0 auto;
text-align:left;
height:800px;
width:1000px;
border:1px solid #ccc;;
}
#headspacer {
height: 90px;
width:1px;
}
#header {
margin: 0 auto;
padding: 0;
text-align:center;
background-color:#5faed0;
height: 133px;
width: 1000px;
background-image:url(../img/header.jpg);
background-position:top center;
background-repeat:no-repeat;
}
#center {
margin: 0 auto;
padding: 0;
background-color:#5faed0;
height: 511px;
width: 1000px;
}
#footerspacer{
height: 20px;
width:1px;
}
#footer {
margin: 0 auto;
padding: 0;
text-align:center;
background-color:#5faed0;
height: 156px;
width: 660px;
background-image:url(../img/footer.jpg);
background-position:top center;
background-repeat:no-repeat;
}
.fett{
font: Verdana;
font-weight:bold;
font-size:12px;
color:#000;
}
a.hlink{
text-decoration:none;
color:#000;
}
a:hover.hlink {
text-decoration:underline;
color:#000;
}
a.wlink{
text-decoration:underline;
color:#fff;
}
a:hover.wlink {
text-decoration:none;
color:#fff;
}