/*footer*/
.footerSpac{
	width:100%;
	height:60px;
	clear:both;
}
.footer{
	position:fixed; 
	height:45px; 
	display:block;
	width:100%;
	left:0; 
	bottom:0;
	background:#504644;
	/*background:linear-gradient(top,#504644,#4b4340); 
	background:-webkit-linear-gradient(top,#504644,#4b4340); 
	background:-moz-linear-gradient(top,#504644,#4b4340);*/ 
	z-index:10000; 
	padding-top:2px;
}
.footer div{
	width:20%; 
	float:left; 
	height:45px; 
	position:relative;
}
.footer div a{
	display:block; 
	width:100%; 
	color:#fff; 
	padding-top:23px;
	line-height:22px;
	font-size:12px;
	text-align:center;	
}
.footer div a.rmb{
	background:url(meneys.png) center 5px no-repeat;
	background-size:20px 20px;	
}
.footer div a.coll{
	background:url(favicon.png) center 5px no-repeat;
	background-size:20px 20px;	
}
.footer div a.home{ 
	width:60px; 
	height:60px;
	padding:0;
	background:#453E38;
	margin:-15px auto 0 auto;
	position:relative;
	border-radius:50%;
}
.footer div a.home:before{
	content:'';
	display:block;
	position:absolute;
	width:80%;
	height:80%;
	left:10%;
	top:10%;
	background:#FFF url(home1.png) center center no-repeat;
	background-size:80% 60%;
	border-radius:50%;
}
.footer div a.member{
	background:url(header.png) center 5px no-repeat;
	background-size:20px 20px;	
}
.footer div a.info{
	background:url(seticon.png) center 5px no-repeat;
	background-size:20px 20px;	
}