/* CSS Document */

#bottom{
	font-size:12px;
	color:#000;
	width:985px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	background-color:#E9E9E9;
}



#links{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px
	
}


#coptRight{
	width:984px;
	margin-left:auto;
	margin-right:auto;
	padding-top:20px
}


#lineColor{
	margin-top:5px;
	height:50px;
	background-image:url(../../image/bottom-line.jpg);
	
}



#bottom a:link    {color:#555; text-decoration:none;}	/* 未访问 */
#bottom a:visited {color:#555; text-decoration:none;}	/* 已访问 */
#bottom a:hover   {color:#000; text-decoration:none;}	/* 鼠标移动到链接上 */
#bottom a:active  {color:#000; text-decoration:none;}	/* 选定的链接 */
