html, body
{
	margin: 0px;
	height: 100%;
}

#header
{
	height: 95px;
	background-color: #0000ff;
	color: #fff;
}

#content div#left
{
	width: 150px;
	float: left;
	background-color: #eaeaea;
}

#footer
{
	height: 40px;
	background-color: #0000ff;
}