@charset "utf-8";
/* CSS Document */

.footer {
	height: 25px;
	width: 998px;
	border: 1px solid #CCC;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 25px;
	color: #666666;
	text-align: center;
	padding: 1px;
	background: url(../image/firendBg.gif) repeat-x center top;
	clear: both;
}
.footerAdd {
	height: 50px;
	width: 1002px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
	color: #666;
}
.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover {
	color: #333;
}

