@charset "UTF-8";
/* CSS Document */

/*=================================================
/*  index.html
/*=================================================*/
#mainBanner-wrapper {
	background: #CCC;
}
#mainBanner {
	margin: 0 auto;
	height: 440px;
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	min-width: 960px;
	position: relative;
}
#mainBanner .banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 440px;
	z-index: 1;
}
#mainBanner img {
	width: 100%;
}