@charset "UTF-8";
/* CSS Document */

div#container
{
height:0px; /* set to taste */
position:absolute;
overflow:visible;
display:block;
width:100%;
left:0px;
}

div#inner_container
{
overflow:auto; /* set to taste */
position:absolute; /* required */
left:50%; /* required */
margin-left:-498px; /* half of width */
width:996px; /* width of div */
}

div#footer
{
margin-top:-10px;
margin-bottom:10px;
margin-right:39px;
}
