/* LAYOUT4.css
 * only content and footer visible
 */
 #wb-container-outer {
		width:100%;
		min-height:100%;
		height:auto !important;
		height: 100%;
		background-image:none;
		background-repeat:no-repeat;
	}
		* html #wb-container-outer {
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src=images/layout4/trendy_hotel_o_10x10.png);
		}
 
	#wb-layout-header-base {
	width:800px;
	height:55px;
	background-image:url(../images/layout1/trendy_hotel_hb.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:transparent;
	}

	* html #wb-layout-header-base{
			background-image:none;
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src=images/layout1/trendy_hotel_hb.png);
		}

#wb-layout-header {
	display: none;
}
#wb-layout-header-mask {
display:none;}


#wb-layout-main {
	width: 780px;
	padding: 20px 10px 0px 10px;
	
}


#wb-layout-sidebar {
	display: none;
}
	
