::selection {
	color: #fff;
}

#logo {
	position: absolute;
	left: 80px;
	top: 40px;
	z-index: 2;	
	margin-left: -17px;
}

.banner {

	position: relative;
	width: 100%;
	height: auto;
	text-align: center;
	
}

.banner ul {
	list-style: none;
}
.banner ul li {
	display: block;
	float: left;
/*		-webkit-background-size: 100% 100%;*/
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
/*		background-size: 100% 100%;*/	

}

.wrap {
	margin: 0 auto;
	width: 960px;
}