html {  
min-height: 101%;  
} 
 
 
body { 
padding:0;  
margin:0;  
background-color:#636466;  
color:#707070;  
font: 90% Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", "Trebuchet MS", "Times New Roman", "Bitstream Vera Sans", "Gill Sans", sans-serif;  
text-align: center; 
}

#header {
marign:0;
padding:0;
height:184px;
background: #ffffff url(../images/header_bg.jpg) repeat-x;  
margin-left: auto;  
margin-right: auto; 
}

#header-center { 
width:816px;  
height:184px;  
background: #ffffff url(../images/header.jpg);  
background-position: 0px 0px;  
margin-left: auto;  
margin-right: auto; 
}

#container {  
margin: 0px auto;  
padding: 0;
background: #ffffff;
}

#container-center { 
margin:0;  
padding:0;  
text-align:left;  
width:816px;  
background: #ffffff url(../images/content_bgq.jpg) repeat-y;  
background-position: 0px 0px;  
margin-left: auto;  
margin-right: auto; 
}

#footer { 
padding:0;  
margin:0;
height:51px;
background: #636466 url(../images/footer_bgq.jpg) repeat-x ;
}

#footer-center { 
width:816px;  
height:51px;  
text-align:center;  
margin:0 auto;  
padding:0;  
background: #636466 url(../images/footer.jpg) no-repeat 50% 0; 
}

#footer-content { 
font: 70% Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", "Trebuchet MS", "Times New Roman", "Bitstream Vera Sans", sans-serif;  
color:#ffffff;  
margin: 0 auto;  
width:802px;  
text-align:center; 
} 
 

#footer-content a:link, #footer-content a:visited  { 
font: 100% Verdana, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Lucida", "Trebuchet MS", "Times New Roman", "Bitstream Vera Sans", sans-serif;  
color:#ffffff;  
text-decoration:none; 
} 
 
#footer p { 
text-align:center;
}

