*{
	margin:0;
	padding:0;
}
img{
	border:0;
}
body{
	background:#000 url(../images/bg.jpg) no-repeat center 30px ;
	color:#aaa;
	font-size:small;
}
#copyright{
	margin-top:10px;
	color:#ef9400;
	font-size:x-small;
	font-family:arial,sans-serif;
	text-align:center;
}
#wrapper{
	clear:both;
	width:900px;
	margin:30px auto 0 auto;
}
#banner{
	position:absolute;
	top:560px;
	
}
#englishlink{
	margin:10px 0;
	font-size:small;
	font-weight:bold;
	text-align:center;
	color:#fff;
}
a:link,a:visited{
	color:#eee;
	text-decoration:none;
	padding:0 5px 0 5px;
}
a:hover,a:active{
	color:#fff;
	background:#6E1A00;
	padding:0 5px 0 5px;
}
/*main*/
a.main:hover,a:active{
	background:none;
	padding:0 5px 0 5px;
}
.publicBtn{
	text-align:center;
}
.publicBtn a:focus{
	outline:none;
}