footer{
	width: 100%;
	display: block;
	background-image: url('../img/index/footer-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer-box{
	width: 1200px;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	color: #FFF;
	letter-spacing: 2px;
	padding: 20px 0;
}

.footer-box p{
	padding-bottom: 5px;
	font-size: 12px;

}
.footer-box p:last-child{
	padding-bottom: 0;
}

.footer-box p:nth-child(4){
	padding-bottom: 20px;
}
