<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial,'微软雅黑';
	padding:0;
	margin:0;
	border:0;
	text-align:center;
	font-size:12px;
	line-height: 20px;
	color: #666;
	background:#000;
}
ul,li,dl,dt,dd,img{
	padding:0;
	margin:0;
	border:0;
}
a{
	font-size:12px;
	color:#666;
	text-decoration: none;
}
a:hover{
	font-size:12px;
	color:#FF3300;
}
#wrapper{
	width:960px;
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background: #000;
}
#header{
	clear: both;
	float: left;
	height: auto;
	width: 960px;
}
#main{
	clear: both;
	float: left;
	height: auto;
	width: 960px;
	overflow:hidden;
	background:#000;
}

#content{
	height: auto;
	width: 420px;
	float: left;
	overflow:hidden;
}
#left{
	float: left;
	height: auto;
	width: 268px;
}
#content1{
	height: auto;
	width: 710px;
	float: left;
	overflow:hidden;
}
#left1{
	float: left;
	height: auto;
	width: 245px;
	text-align:center;
	padding-left:5px;
}
#right{ float:right; width:268px;}
#inner-content{
	clear: right;
	float: right;
	height: auto;
	width: 745px;
	margin-right: 5px;
	_margin-right: 2px;
}
#left,#content{
}
#footer{
	clear: both;
	width: 960px;
	background: url(../images/foot_bg.jpg) no-repeat center top #000;
	padding:0px 0 10px 0;
	color: #CCC;
}
</pre></body></html>