@charset "utf-8";
.footer {
	text-decoration: none;
	background-image: url(../images/footer/footer.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
}
.footerinner {
	text-decoration: none;
	height: 100px;
	background-image: url(../images/footer/foot.jpg);
	background-repeat: no-repeat;
}
.footerlink {
	text-decoration: none;
	height: 52px;
	background-image: url(../images/footer/foot.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	width: 1000px;
}
.footerlink a {
	text-decoration: none;
	height: 52px;
	background-repeat: no-repeat;
	margin-top: 0px;
	width: 1000px;
	display: block;
}

