body {
	height: 100%;
	background-color: #fff;
}

/*
 * Main content
 */
.main {
	padding: 0px;
}

.con_top {
	color: #999999;
	line-height: 40px;
	margin-left: 5%;
	height: 40px;
	margin-top: 30px;
	width: 90%;
	border-bottom: 1px solid #999999;
}

.con_centre {
	margin-left: 5%;
	margin-top: 3%;
	
	width: 90%;
}

.con_top>.menu_item {
	
	cursor:pointer;
	height: 100%;
	text-align: center;
	
}

.con_top>.active {
	color: #a81404;
	border-bottom: 1px solid #444444;
}

.conten_left {
	
	height: 90%;
	
	
}

.conten_left>img {
	width: 100%;
	height: 100%;
}

.conten_right {
	
	height: 90%;
	
	
}

.conten_right>p {
	text-indent: 2em;
	line-height: 30px;
	color: #666666;
}