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