div.content{
	width: 768px;
	height:400px;
	background-image:url(../images/body_bg3.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	padding-left: 10px;
	display: block;
	background-color: #000000;
}

div.title {
	float: left;
	width: 450px;
	height: 20px;
	margin: 20px 0 10px 40px;
	font-size: 20px;
	border-bottom: 5px solid #752f2e;
	text-align:left;
}

div.label {
	float: left;
	width: 60px;
	height:20px;
	margin: 0 0 50px 80px;
	text-align: left;
}

div.info {
	float: left;
	width: 300px;
	height:40px;
	margin: 0 0 50px 10px;
	text-align: left;
}
