div#main-content{
	/* background:url(../images/home-content-bg.png) repeat-y 4px 0; */
	_background:url(../images/content-bg.gif) repeat-y 4px 0;;
	margin-bottom:9px;
}

div#home-features .feature .more-link span{
	display: inline;
	position: absolute;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 0;
	width: 0;
	height: 0;
}

div#home-features {
	width:615px;
	margin:0 auto;
	position:relative;
}
div#home-features:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	div#home-features .feature{
		width:171px;
		float:left;_display:inline;
		padding-bottom:20px;
	}
	div#home-features .feature2{
		margin:0 50px;
	}
		div#home-features .feature h3{
			color:#fff;
			text-transform:capitalize;
			text-align:center;
			background:#a4794f;
			padding:5px;
			margin:0;
			border-bottom:4px solid #761b00;
		}
		
		div#home-features .feature .more-link{
			position:absolute;
			bottom:0;
		}
