.home-feature {
  position: relative;
  width: 960px;
	height: 350px;
	background-image: url(../images/content/home-feature.jpg);
  text-align: center;
}

.home-feature h1 {
	font-size: 40px;
	font-weight: bold;
	color: #89D028;	
	padding-top: 10px;
	padding-right: 25px;
}

.home-feature ul {
	margin: 0px 0px 0px 10px;
	margin-top: 45px;
	float: left;
}

.home-feature li {
	font-size: 20px;
	color: #FFFFFF;	
	font-weight: bold;
	text-align: left;
	list-style: square;
}

.home-feature p {
  position: absolute;
  display: block;
  font-size: 13px;
  color: #3A3A3A;
  top: 264px;
  left: 240px;
  width: 300px;
}