@charset "utf-8";
/* CSS Document */

.bannercontent{
	width:1024px; 
	height:357px;
	background:url(../images/bannerbg.jpg) no-repeat;
}
.arr{
	font-family:verdana; 
	color: rgba(158,158,158,1.00);
	text-align:center; 
	font-size:10px; 
	padding-top:10px;
	margin:auto;
}
.footer{
	width:1024px; 
	height:72px; 
	margin:auto; 
	background:url(../images/footer.jpg) no-repeat;
}
.loginform{
	width:auto; 
	height:42px; 
	float:right;
	padding-right:50px;
	color:#ccc;
	font-family:verdana;
	font-size:10px;
	padding-top:5px;
}
.input{
	width:100px; 
	height:20px;
	border-radius: 4px 4px 4px 4px;
	background-color:#B0B0B0; 
	color:#FFFFFF;
	padding-left:20px;
	border:0px;
}
.content{
	width:1024px; 
	height:auto; 
	margin:auto;
}
.header{
	width:1024px; 
	margin:auto; 
	height:96px; 
	background:url(../images/header.jpg);
}
.imgs{
	width:1024px; 
	height:425px; 
	margin:auto; 
	background:url(../images/img.jpg);
}
.line{
	width:1024px; 
	height:93px; 
	margin:auto; 
	background:url(../images/line.jpg);
}