@charset "utf-8";
/* CSS Document */

.bannercontent{
	width:976px; 
	height:342px;
	background-color:#000000;
}
.arr{
	font-family:verdana; 
	color: rgba(158,158,158,1.00);
	text-align:center; 
	font-size:10px; 
	padding-top:20px;
	margin:auto;
}
.footer{
	width:976px; 
	height:100px; 
	margin:auto; 
	background-color:#000;
}
.loginform{
	width:auto; 
	height:42px; 
	float:right;
	padding-right:50px;
	color:#ccc;
	font-family:verdana;
	font-size:10px;
	padding-top:50px;
}
.input{
	width:100px; 
	height:20px;
	border-radius: 4px 4px 4px 4px; 
	background-color:rgb(102,102,102); 
	color:#FFFFFF;
	padding-left:20px;
	border:0px;
}
.content{
	width:976px; 
	height:auto; 
	margin:auto;
}
.header{
	width:976px; 
	height:160px; 
	margin:auto; 
	background:url(../images/header.jpg);
}
.img1{
	width:976px;
	height:266px;
	margin:auto; 
	background: url(../images/img1.jpg);
}
.img2{
	width:976px;
	height:186px;
	margin:auto; 
	background: url(../images/img2.jpg);
}
