@charset "utf-8";
/* CSS Document */

.footer p, a, span, ul, li, div, img{
	margin:0;
	padding:0;
}
.more_alink a {
	color:#ddd !important;
	text-decoration:none;
}

.more_alink a:hover {
	color:#ff9800 !important;
}


.footer {
	position:relative;
	height:61px;
	width:100%;
	width:expression(documentElement.clientWidth<980?"980px":"auto")!important;
	min-width:980px;
	background:url(003.gif) repeat-x bottom;
	font-size:12px;
	clear:both;
}

.more_alink {
	position:relative;
	width:980px;
	top:20px;
	margin:0 auto !important;
	color:#ddd;
}

.copyright {
	position:relative;
	width:980px;
	margin:0 auto !important;
	top:25px;
	color:#b4b4b4;
}

.photoCover{
	opacity: 0.8; 
	height: 35px;
	width: 35px;
	position: absolute; 
	z-index: 1001;
	background-color:#000000;
}


