body {background: #fff;}

.center {
    width: 600px;
    height: 670px;
    position: absolute;
    background: #fff;
	left:50%;
	top:50%;
	margin-left:-300px;
	margin-top:-335px;
}

.banner {
	position: absolute;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

.banner .img_container {
	display: block;
	float: left;
	width: 100%;
	padding: 0px;
		
	min-height: 660px;
		
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	background-size: 100% 100%;
}
		

	
.banner .dots {
	position: absolute;
	left: 480px;
	bottom: -15px;
}

.banner .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 2px;
			
	text-indent: -999em;
		
	border: 3px solid #888;
	border-radius: 10px;
	background: #888;
			
	cursor: pointer;
}

.banner .dots li.active {
	background: #fff;
	opacity: 1;
}

.logo {
	background-image:url('/img/logo.jpg');
	position: absolute;
	float: left;
	width: 127px;
	height: 67px;
	margin-left: -158px;
	margin-top: 17px;
}
			
.growing {
	background-image:url('/img/growing.jpg');
	position: absolute;
	float: left;
	width: 179px;
	height: 52px;
	margin-top: 616px;
}