@charset "utf-8";
#mainImg {
	margin: 0 auto;
	width: 850px;
	height: 380px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
 
#mainImg img {
	top: 0;
	left: 0;
	position: absolute;
}
