body {
	margin: 0px;
	background-color: #000000;
	background-image: url(item_bg.gif);
}
.myleft {
	float: left;
}
.myright {
	float: right;
} 
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav{
	font-family: "宋体";
	color: #acacac;
	font-size: 12px;
	font-weight: normal;
	background-color: #424242;
	background-image: url(nav_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	width: 100%;
	height: 40px;
	overflow: hidden;
	letter-spacing: 1px;
	word-spacing: 1px;
}
#nav a {
	font-family: "宋体";
	color: #acacac;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#nav a:hover {
	font-family: "宋体";
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
}
#nav span{
	line-height: 44px;
	margin-left: 0px;
	margin-right: 10px;
}
#content {
	text-align: center;
}
#newfooter {
	clear: both;
	width: 100%;
	height: 94px;
	background-color: #3c3c3c;
	background-image: url(footer_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
	overflow: hidden;
}
.footer_link {
	font-family: Verdana, Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
	font-weight: normal;
	color: #acacac;
	line-height: 180%;
	text-decoration: none;
	text-align: left;
	margin: 0px auto;
}
.footer_link a{
	font-family: Verdana, Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
	font-weight: normal;
	color: #acacac;
	line-height: 180%;
	text-decoration: none;
}
.footer_link a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif,"宋体";
	font-size: 12px;
	font-weight: normal;
	color: #acacac;
	line-height: 180%;
	text-decoration: underline;
}
