@charset "utf-8";
/* CSS Document */
*{padding:0;margin:0}

body{/*浏览器整个主体*/
	font-size:12px;
}

#head {/*页面头部*/
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	height:auto;
	z-index:2;
}
#flash{/*页面头部FLASH定位*/
	position:absolute;
	left: 50%;
	top:0px;
	width: 600px;
	z-index:5;


}
#flash2{/*页面头部FLASH定位*/
	position:absolute;
	left: 50%;
	top:0px;
	width: 1000px;
	z-index:5;
	margin-left: -500px;
}


#container{/*页面主体*/
	width: 1000px;
	z-index:5;
	margin-left:auto;
	margin-right:auto;
}
.banner{/*页面头部图片*/
    width:1000px;
	height:150px;
}

#main {/*页面主体部分（放置页面链接）*/
    float:left;
	margin:auto;
	width:1000px;
	height:auto;
	z-index:2;
	background-color:#FFF;
	border: solid 1px #ffffff;

}
	
.copyright{
	clear:both;
	float:left;
	width:1000px;
}


