﻿html, body
{ 
	height: 100%;
}

body 
{ 
	font-family: Helvetica, sans-serif;
	background: #f6f6f6 url('/images/page_bg.png') top center repeat-y;
	margin:0;
}
 
#wrapper 
{ 
    min-height: 100%; 
    height: auto !important; 
    height: 100%; 
    margin: 0 auto -4em; /* -footer height */
    width:900px;
    background-color:#ffffff;
} 

#header
{
	overflow:auto;
}

#main
{
	overflow:auto;
}

#left
{
	width:220px;
	float:left;
}

#middle
{
    width:680px;
    float:right;
}

#footer, #push 
{ 
    height: 4em;
}

#footer
{
	background-color:#298cce;
	width:900px;
	margin:auto;
}