#header {
  background: url(../images/tour/header.jpg) no-repeat;
}
 
#logo {
  background: url(../images/tour/logo.jpg) no-repeat;
}

#staff-img, #employee-img {
	background: url(../images/tour/stafferTour.jpg) no-repeat;
	width: 202px;
	height: 30px;
	float: left;
	margin-right: 10px;
	text-align: center;
	font-size: 9px;
	font-weight: bold;
	padding-top: 125px;
}

#employee-img {
  background: url(../images/tour/employeeTour.jpg) no-repeat;
}



.feature {
  float: left;
  width: 99%;
  padding-bottom:1.5em;
}

#feature p {
	margin-top:10px;
}

#feature .more {
	margin-top: -1em;
	font-size: 9px;
}