@charset "UTF-8";
/* CSS Document */

#container {
	width:960px;
	margin:0 auto;
}

#header {
	width:960px;
	height:250px;
	background:url(http://www.contentthatworks.com/clientsassets/homebuyers_banner.jpg) no-repeat;
	clear:both;
	display:block;
}

#minisite {
	width:675px;
	padding:10px 5px 10px 0;
	float:left;
}

#side_ads {
	width:255px;
	float:right;
	padding:10px 0 0 0;
}

#footer {
	clear:both;	
}


