/***************************************************
Template: Building Block Construction

layout4.css
Layout 4
****************************************************/

/*--- Header Container: wb-layout-header ---*/
#wb-layout-header {
	display: none;
	}
	
/*--- Content Container: wb-container-contentwrapper ---*/
#wb-container-contentwrapper {
	background-image: url('../images/layout4/content-background-top.jpg');
	}
					
/*--- Main Content: wb-layout-main ---*/
#wb-layout-main {
	display: block;
	width: 100%;
	background-image: url('../images/layout4/splash-header.gif');
	background-position: top left;
	background-repeat: no-repeat;
	padding-top: 75px;
	}

