/*foot*/
#foot{
	text-align:center;
	line-height:30px;
	/*margin:50px 0 0 0;*/
	padding:50px 0 0 0;
	border-top:1px solid #e7e7e7;
	width:100%;
	height:200px;
	background-color:#CCCCCC;
	color:#666666;
}
#foot a{
	text-decoration:none;
	color:#666666;
}
#foot a:hover{
	text-decoration:underline;
}
#foot span{
	margin:0 10px 0 10px;
}