*{
	margin: 0px;
	padding: 0px;
}
li{
	list-style: none;
}
ul,li,img{
	border: none;
	padding:0px;
	margin:0px;
}
#box{
	width:765px;
	height:140px;
	border:1px solid white;
	border-radius:5px;
	margin-right: -5px;
	margin-right:5px\9;
	margin-left: -15px;
	margin-bottom:5px;
	background:#DBBC86;
}
#box #inside_box{
	width: 740px;
	height: 120px;
    border: 1px solid #e2e7e9;
    margin-top: 10px;
    margin-left: 11px;
    position: relative;
    overflow: hidden;
}
#box #inside_box ul{
	width: 4000px;
	height: 114px;
	position: absolute;
	top: 3px;
	left: 0px;
}
#box #inside_box ul li{
	width: 140px;
	height: 114px;
	float: left;
	margin-right: 10px;
}
#box #inside_box ul li.last{
	margin-right: 0px;
}
#box #inside_box ul li a img{
	width: 140px;
	height: 114px;
}
#copyright{
	 border: 1px solid #ddd;
	 width:973px;
	 width: 963px\9;
	 height:100px;
	 background:#2C2C2C;
	 margin-bottom:10px;
}
#copyright .content{
	margin-top: 20px;
	width: 460px;
	height: 60px;
}
#copyright .content span.footer_info{
	width: 460px;
	font-size: 13px;
	line-height: 18px;
	color: white;
	font-family: 'arial';
	text-align: center;
	float: left;
}
#copyright .content span.footer_info a{
	color: white;
	text-decoration: none;
}
#copyright .content span.footer_info a:hover{
    color: #a10000;
    text-decoration: underline;
}