#FOOTER{
	float:left;
	position: relative;
	z-index: 2;
	width:100%;
	text-align: center;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 80px 20px 80px 20px;
    background: #464646;
	}

.ft_info{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.7;
	margin-bottom: 30px;
	color:#ffffff;
	position: relative;
}

.copyright{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color:#ffffff;
	position: relative;
}