footer {
	clear: both;
	padding-top: 100px;
	background: url('../img/footer.png') center 85px no-repeat;
	height: 700px;
	position: relative;
}

footer .nav_wrapper {
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

footer nav a {
	font-family: 'Frijole';
	color: #fff;
	padding: 0 10px;
	display: inline-block;
	height: 67px;
	line-height: 67px;
}

footer nav a.logo {
	float: right;
}

footer .desc {
	text-align: center;
}

footer p {
	color: #a2a2a2;
	font-size: 12px;
	padding-bottom: 15px;
}

footer .other {
	text-align: center;
}

footer .other a {
	display: inline-block;
	width: 222px;
	height: 95px;
	margin: 0 17px 30px;
}
footer .other .partner_01 {
	background: url('../img/footer/1.png') no-repeat;
}
footer .other .partner_02 {
	background: url('../img/footer/2.png') no-repeat;
}
footer .other .partner_03 {
	background: url('../img/footer/3.png') no-repeat;
}
footer .other .partner_04 {
	background: url('../img/footer/4.png') no-repeat;
}
footer .other .partner_05 {
	background: url('../img/footer/5.jpg') no-repeat;
}
footer .other .partner_06 {
	background: url('../img/footer/6.png') no-repeat;
}
footer .fanpage {
	padding-bottom: 30px;
}
footer .fanpage .fb-like-box {
	background: #fff;
}

footer .logo {
	background: url('../img/logo_scroll.png') no-repeat center;
	width: 142px;
	height: 67px;
	display: inline-block;
}