/*bottom部分开始*/
.bottom {
    width:1000px;
	height:39px;
	margin:10px auto;	
	background-color:#000;
	text-align:center;
	line-height:39PX;
	color:#DBD3D3;
	}
.bottom  a{
    color:#DBD3D3;
	text-decoration:none;
	}	
.bottom  a:hover{
	text-decoration:underline;
	}		
/*bottom部分结束*/