.about_container {
	background: url(../img/about/back.png) repeat-y;
	height: 581px;
	overflow: hidden;
}

.left {
	float: left;
	width: 461px;
	height: 561px;
	margin-top: 20px;
	padding-bottom: 20px;
	font-size: 11px;
}

.leftguard-top {
	position: absolute;
	height: 20px;
	width: 441px;
	top: 0;
	left: 20px;
	background: #000c23;
	z-index: 1000;
}

.leftguard-bottom {
	position: absolute;
	height: 20px;
	width: 441px;
	bottom: 0;
	left: 20px;
	background: #000c23;
	z-index: 1000;
}

.left .inside {
	padding: 20px 0;
	margin: 0 40px;
	color: #fff;
}

.leftpic {
	position: absolute;
	top: 0;
	left: 0;
	width: 481px;
	height: 304px;
	background: url(../img/about/pic.jpg) repeat-y;
}

.aboutpic {
	margin-top: 304px;
	width: 481px;
	height: 145px;
	background: url(../img/about/aboutpic.png) no-repeat;
}

.right {
	float:right;
	width: 482px;
	height: 581px;
	color: #fff;
	font-size: 11px;
}

.right .inside {
	padding: 30px 0;
	margin: 0 40px;
}

.right ul {
	list-style: none;
}

a {
	color: #fff;
}

.now,
.now a {
	color: #000c23;
}

.picbox {
	width: 481px;
	height: 145px;
	color: #fff;
}

.picbox .img {
	float: left;
	margin: 40px 40px 10px 0;
}

.right li {
	margin: .5em 0;
}

.picbox .title {
	float: left;
}


