.footer {
	position: relative;
	min-width: 1200px;
	background-color: rgb(242, 242, 242);
	height: 130px;
	margin-top: 30px;
}

.footer-logo-box {
	height: 60px;
	padding-top: 10px;
}

.footer-center-logo {
	position: absolute;
	left: 50%;
	right: 50%;
	height: 66px;
	width: 370px;
	margin: 0px -185px;
	background-image: url('../images/footer-center-logo.png');
}

.link-info {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top:40px;
	font-size: 14px;
	color: #666666;
}

.link-info a {
	cursor: pointer;
	color: #666666;
}

.link-info a:HOVER {
	text-decoration: underline;
}

.copyright {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top:60px;
	font-size: 12px;
	color: #666666;
}

.copyright a {
	cursor : pointer;
	color : #666;
}

.copyright a:HOVER{
	text-decoration: underline;
}