/* CSS Document */

div.canvas_home {

}

div#feature {
	width: 335px;
	height: 240px;
	
	background-image:url(../images/feature_background.gif);
	background-repeat: no-repeat;
}

div#feature div {
	width: 320px;
	height: 226px;
	
	margin: 7px 0px 0px 6px;

	overflow: hidden;
}

div#feature img {
	margin-top: auto;
	margin-bottom: auto;
}