#wrapper {
	background: url('images/bg_main_home.jpg');
	background-repeat: no-repeat;
	background-position: top center;
}

#subheader {
	height: 270px;
}

#slogan {
	float: left;
	width: 390px;
	padding-top: 130px;
	line-height: 150%;
	color: #FFFFFF;
	font-family: 'Trebuchet MS', Arial;
	font-size: 24px;
}

#featured {
	float: right;
	width: 428px;
	height: 285px;
	background: url('images/bg_featured.png');
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: -25px;
	padding: 55px 0px 0px 62px;
	z-index: 10;
}

#content {
	padding: 50px 0px 40px 0px;
}