@charset "utf-8";
#------------------------------共用样式 {}
html {
	overflow-x:hidden;
	overflow-y:scroll;
}

body{
	background-repeat: no-repeat;
	background-position:center top;
	background-attachment: scroll;
	font-size: 12px;
	font-family: "微软雅黑", Tahoma, Georgia, Arial;
	background-color: #0E0400;
	margin:0px;
	background-image: url(../images/BG.jpg);
}


div , ul , li , p       {
	margin:0px;
	padding:0px;
	list-style:none;
	
}
table {
	border:0;
	cellpadding:0;
	cellspacing:0;
}

img { border:0px;}
a:focus {
    outline:none;
}
a:link {
	text-decoration: none;
	blr:expression(this.onFocus=this.blur())
}
a:visited {
	text-decoration: none;  
	blr:expression(this.onFocus=this.blur())
}
a:hover {
	text-decoration: none;

	blr:expression(this.onFocus=this.blur())
}
a:active {
	text-decoration: none;
	blr:expression(this.onFocus=this.blur())
}
