/* LAYOUT4.css
 * only content and footer visible
 */

	#wb-container-inner {
		margin: auto;
		width: 770px;
		background-image:none;
		background-position:top left;
		background-repeat:no-repeat;
		padding-bottom: 0px;
	}
	* html #wb-container-inner {
				background-image:none;
				filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout2/little_outbreak_ci.png);
}

	


#wb-layout-header {
	display: none;
}
#wb-layout-header-mask {
display:none;}

#wb-layout-main {
	width: 800px;
;
}

#wb-layout-sidebar {
	display: none;
}


	

