#banner
{
position:static;
width:100%;
height:100px;

}

#content_main
{
position:static;
width:100%;
height:400px;
background-color:#FFFFFF;
}

#padding
{
position:static;
width:100%;
height:10px;
background-color:#ffffff;
}

#footer
{
position:static;
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
height:50px;
}
