/* CSS Document */


#billboard { width: 800px; margin: 0 auto; overflow: hidden; position: relative; }

#features {
	width:800px;
	height:200px;
	margin:25 auto
}


.home-text {
	width:700px;
	height:225px;
	margin:0 auto;
}

#feat1 {
	width:190px;
	height:140px;
	float:left;
	margin-left:50px;
	margin-top:15px;
	border: 1px solid #ccc;
	background:url(../images/feature-bg.png) no-repeat;
}

#feat {
	width:190px;
	height:140px;
	float:left;
	margin-left:50px;
	margin-top:15px;
	border: 1px solid #ccc;
	background:url(../images/feature-bg.png) no-repeat;
}

