@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:18px;
	color: #333;
	background-color:#000;
	background-image: url(../images/bg.jpg);
	background-position:center top;
	/*background-attachment: fixed;
	background-repeat:no-repeat;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#header{
	width:1020px;
	margin:0 auto;
}
#content{
	width:1020px;
	margin:0 auto;
}
#footer{
	width:1020px;
	margin:0 auto;
	padding:15px 0;
}
.navLR{
	margin:0 15px;
}




#boxRegister{
	padding-top:5px;
}
.boxRegister{
	margin-left:3px; width:185px;
	border:none;
	background:none;
}
.borMap{
	border:#CCC 1px solid;
	padding:1px;
}
.txtBlack{
	color:#000;
}
