
	
#foot{
	width: 100%;
	height: 120px;
	background: #EFEFEF;
	padding: 20px;
	text-align: center;
    /*-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;*/
	border: 1px solid #E6E6E6;
	position: fixed;
	bottom: 0px;
	}
.foot{
	width: 1000px;
	height: auto;
	position: relative;
	margin: 0 auto;
	/*border: 1px solid red;*/

	}
#foot ul li{
	text-align: left;
	font-size: 12px;
	color: #999;
	line-height: 1.5em;
	list-style: none;
	}
#foot .logo{
	width: 220px;
	height: 70px;
	position: absolute;
	top: 10px;
	right: 50px;
	/*border: 1px solid #ccc;*/
	}
#foot .logo a{
	display: block;
	width: 220px;
	height: 70px;
	background: url(../../static/images/logo-com-a.png) no-repeat;
	text-indent: -9999px;
	}

#foot .logo a:hover{
	display: block;
	width: 220px;
	height: 70px;
	background: url(../../static/images/logo-com-hover.png) no-repeat;
	text-indent: -9999px;
	}
