* {
	margin:0px; padding:0px; border:0px
}
html {
	scrollbar-face-color: #585858;
	scrollbar-highlight-color: #2F2F2F;
	scrollbar-shadow-color: #2F2F2F;
	scrollbar-3dlight-color: #3A3A3A;
	scrollbar-arrow-color: #121212;
	scrollbar-track-color: #121212;
	scrollbar-darkshadow-color: #121212;
	height:100%;
}
a {
	color:#999;
	text-decoration:none;
}
a:hover {
	color:#999;
	text-decoration:none;
}
a:visited {
	color:#999;
	text-decoration:none;
}
.channel {
	font-weight:bold;
}
.channel a:hover{
	border-bottom:#fff solid 2px;
	color:#fff;
}
.center {
	margin:0 auto;
}
.add {
	font-family:"Times New Roman", Times, serif;
	font-style:normal;
	line-height:20px;
	}
#bottom {
	font-family:Times;
	font-style: normal;
	font-size:12px;
	text-transform: capitalize;
	line-height:18px;
	text-align:right;
}
#Layer1 {
	position:absolute;
	top:0px; 
	width:100%;
	height:131px;
	z-index:1;
	margin:auto;
	left: 0px;
}
#Layer2 {
	position:absolute;
	left:0px;
	top:330px;
	width:100%;
	height:auto;
	z-index:2;
	text-align:center;
	font-size:20px;
	display:none;
}
#Layer2 h1{width:300px; background:#888;padding:50px 0px;display:none;}
#Layer2 h2{
	float:right;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	display:none;
}
/*开启广告，将#Layer2包括所有下级元素的display:none;删除就可以开启广告*/