#body, #body * {
   margin:0;
   padding:0;
}

html, body, #body {
   height:100%;
}
#outer{
	min-height:100%;
	width:960px;
	color:black;
	text-align:left;
	margin:-110px 0 0;
}
* html #outer{height:100%;} /*for IE as it treats height as min-height anyway*/
#header_dummy{
	width:960px;
	border-top:110px solid white;
}

#content {	width:960px;}
#right {
	float:right;
	width:300px;
}
#left {
	width:660px;
	float:left;
}

#footer {
	clear:both;
	height:110px;
	min-width:960px;
}

.clearer{clear:both;height:1px;overflow:hidden;margin-top:-1px;}