@charset "utf-8";
div, h1, h2, p, h4, h3, form, label, input, textarea, img, span{
	margin:0; padding:0;
}

ul{
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.spacer{
	clear:both; 
	font-size:0px; 
	line-height:0px;
}
body
{
	margin:0px;
	padding:0px;
	background-color:#15317E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
		}
	

.wrappper {
width:850px;
height:600px;
	margin:0px auto 0px auto;
	
}
.header
{
height:175px;
width:850px;
float:left;
}
#welcome
{
width:700px;
height:125px;
margin-left:105px;
float:left;
margin-top:30px;
margin-bottom:20px;
}
#logo
{
width:125px;
height:125px;
float:left;

margin-top:25px;
}
.banner
{
height:258px;
width:850px;
float:left;
}
.centercontent
{
width:850px;
height:100px;

}

.leftadd
{color:#FFFFFF;
width:425px;
height:100px;
float:left;
text-align:center;


}
.rightadd
{color:#FFFFFF;
width:425px;
height:100px;
float:right;
text-align:center;
}
h4
{
color:#333333;
}
.enter
{
width:850px;
height:60px;
float:left;
text-align:center;

color:#666666;

}
.enter a
{
color:#FFFFFF;
 text-decoration: none;
}
.enter a:hover {
color:#FF0000;

 }