/* CSS Document */

#toplinks{
		width:1001px;
		height:27px;
		POSITION: relative;
		MARGIN-LEFT: auto;
		MARGIN-RIGHT: auto; 
}
#banner{
		width:1001px;
		height:126px;
		POSITION: relative;
		MARGIN-LEFT: auto;
		MARGIN-RIGHT: auto;
		background:url(images/e_banner.jpg) 
		
		
}
#links{
		width:1001px;
		height:30px;
		POSITION:relative ;
		MARGIN-LEFT: auto;
		MARGIN-RIGHT: auto; 
}
#links #left{
		height:30px;
		width:5px;
		background-color:#FFF;
		float:left;
		position:absolute;
		background-image:url(images/links_left.jpg);
		left:0px;
		overflow:hidden;
		
}
#links #center{
		height:30px;
		width:991px;
		float:left;
		POSITION: absolute ;
		left:5px;
		top:0px;
		background:url(images/links_center.jpg);
			
}
#links #right{
		height:30px;
		background-color:#FFF;
		left:996px;
		width:5px;
		POSITION: absolute ;
		FLOAT: right;
		background-image:url(images/links_right.jpg);	
}
#line{	height:10px;
		width:1001px;
	
		MARGIN-LEFT: auto;
		MARGIN-RIGHT: auto; 
		font-size:0px;/*解决10px高度的问题*/
		
}

#footer {
	BACKGROUND: url(images/index_footer.jpg); MARGIN-LEFT: auto; WIDTH: 100%; MARGIN-RIGHT: auto; POSITION: relative; TOP: 0px; HEIGHT: 10px
}
#footer #M1 {
	BACKGROUND-POSITION: center 50%; BACKGROUND-IMAGE: url(images/footer.jpg); HEIGHT: 30px
}


