div#feature_container {
	min-height: 225px;
}

div#feature_image {
	float: left;
	width: 289px;
	min-height: 930px;

	margin-top: -30px;

	position: absolute;

	left: 0;

	background-image: url('../images/building_a_website/happy_builder.png');
	background-repeat: no-repeat;
	background-position: top left;
}