@charset "utf-8";
/* CSS Document */

#footer {
	background-image: url(../image/footBg.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 91px;
/*	_height: 121px;*/
	padding: 20px 5px 0px 5px;
}#footer div {
	float: left;
}
#footer #copyright {
	color: #FFF;
	margin-left: 5px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer img {
	border-style: none;
}
