#body .customer {
	width: 150px;
	height: 70px;
	line-height: 70px;
	border: 2px solid #808080;
	float: left;
	text-align: center;
	padding: 10px;
	margin: 5px;
}

#body .customer img {
	vertical-align: middle;
}

#detialtitle {
	height: 80px;
	float: left;
}

#detialtitle #semititle {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 30px;
}

#subtitle {
	float: right;
	margin: 15px 0px;
}