*
{
	margin: 0;
}

html, body
{
	height: 100%;
	margin:0;
	padding:0;
	font-size: 12px;
	font-family: Tahoma, Verdana, arial, sans-serif;
}

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	float:left;
	width:100%;
	margin: 0 auto -20px;
}

#header
{
	height:50px;
	margin:0;
}

#topmenu
{
	height:20px;
	line-height:20px;
	margin:0;
	background-color: #EEEEEE;
	text-align: right;
	width:100%;
}

#wrapper
{
	float:left;
	width:100%;
}

#content
{
	margin: 0 0 0 150px; /* for percentage based layouts, simply replace the 150px with percentage */
}

#left
{
	float:left;
	width:150px; /* for percentage based layouts, simply replace the 150px with percentage */
	margin-left: -100%;
}

#footer, #push
{
	clear:left;
	width:100%;
	height:20px;
	line-height:20px;
	font-size:10px;
	text-align: center;
}

#footer
{
	background-color: black;
	color: white;
}
