html, body
{
    margin:0px auto;
    text-align:left;
    font-family:"Arial","Verdana",sans-serif;
    font-size:0.90em;
    color:#888888;
    height: 100%;
    overflow:auto;
}

#container
{
    text-align:left;
    width:900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -54px; /* the bottom margin is the negative value of the footer's height */
	background:#FFFFFF;
}

.push
{
	height:54px; /* .push must be the same height as .footer */
}
