.footer{
	font-size: 12px;
	color: #fff;
	background-color: #4e5659;
	margin-top: 20px;
	width: 100%;
	min-width: 1180px;
	position: fixed;
	bottom: 0;
	z-index: 200;	
}
.footer p{
	text-align: center;
	line-height: 20px;
	padding: 5px 0;
	margin-top: 8px;	
}
.footer-nav{
	margin-left: 20px;
}