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

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

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

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