div.footer
{
background:#fff;
padding-top:20px;
padding-bottom:5px;
position: relative;
width:800px;
text-align: left;
margin: 0 auto;
} 
div.header {
position:relative;
background:#fff;
width:800px;
height:100px;
overflow:none;
text-align: left;
margin: 0 auto;
}
div.content {
position:relative;
background:#fff;
width:800px;
height:100px;
text-align: left;
margin: 0 auto;
}

body {
min-width: 800px;
margin-left:0px;
margin-top:0px;
margin-bottom:5px;
text-align: center;
background-color: #CCCCCC;
background-image: url(design-images/body_bg.png);
background-position: top center;
background-repeat: repeat-y;