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

#wb-layout-header-base {
	height:100px;
	background-image:url(../images/layout4/pe_hb.png);
	background-position:bottom;
	background-repeat:no-repeat;
	
}

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



#wb-layout-main {
	width: 800px;
	margin:0;
}
* html #wb-layout-main {
	width: 800px;
	margin:0;
}
#wb-layout-sidebar {
	display: none;
}

