#content div.feature {
	position: relative;
	width: 100%;
	height: 500px;
	background: url(/work/bbus/presentation.jpg) no-repeat center top;
}
#content div.feature h2 {
	position: absolute;
	font-size: 2em;
	margin: 0 0 0 33%;
	width: 38%;
	bottom: 30px;
	font-weight: normal;
}
#content div.feature h2 img {
	position: absolute;
	top: 5px;
	left: -25px;
}
