html{
padding: 0;
margin: 0;
text-align: center;
height: 100%;
background: #FFF;
}
body{
height: 100%;
padding: 0;
margin: 0 auto;
width: 820px;
}

#body_container{
height: auto;
min-height: 100%;
position: relative;
text-align: left;
background: url(../gfx/background.gif) 0 0 repeat-y;
}

#left_container{
float: left;
width: 111px;
margin-left: 11px;
padding-bottom: 75px;
}

#header_container{
height: 186px;
background: url(../gfx/header.jpg) 0 0 no-repeat;
}
#top_container{
position: relative;
height: 50px;
background: url(../gfx/top.jpg) 0 0 no-repeat;
}

#center_container{
padding: 15px 15px 75px 15px;
margin-left: 135px;
margin-right: 10px;
}

#clearing{
clear: both;
}

#footer_container{
height: 62px;
width: 100%;
position: absolute;
left: 0; bottom: 0;
background: url(../gfx/footer.jpg) 0 0 no-repeat;
}