html {
min-height: 101%;
}

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

#layout {
margin:0;
padding:0;
background-color:#ffffff;
}

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

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

#container {
width: 798px;
margin: 0px auto;
padding: 0;
}

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

#footer {
padding:0;
margin:0 auto;
background: #666666 url(../images/footer_bg.gif) repeat-x;
}

#footer-center {
width:798px;
height:48px;
text-align:center;
margin:0 auto;
padding:0;
background: #737373 url(../images/footer.gif) 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:798px;
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;
}
