.container {
	width: 960px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	background-color: #FFF;
}

.mainContent {
	width:94%;
	height: auto;
	min-height:500px;
	margin: 0 auto;
	margin-bottom:300px;
	padding-top:100px;
	background:url("../images/shade.png");
	background-repeat:no-repeat;
}

.mainContent .content {
	width:92%;
	margin:0 auto;
	padding-top:30px;
	background:url("../images/line.png");
	background-repeat:no-repeat;
}

.content .header {
	width:80%;
	height:30px;
	font-size:23px;
	margin:0 auto;
	text-align:center;
	font-weight:bold;
}

.content .title {
	width:40%;
	height:20px;
	font-size:16px;
	margin:0 auto;
	margin-top:30px;
	text-align:left;
	font-weight:bold;
	margin-left:0 auto;
}

.content .cont {
	width:40%;
	font-size:12px;
	line-height:28px;
	margin:0 auto;
	margin-top:10px;
	text-align:left;
	margin:0 auto;
}