@charset "utf-8";
/* CSS Document */

#footer {
	width:1000px;
	height:97px;
	float:left;
	background-image:url(footer.jpg);
	position:absolute;
	z-index:5;
	left: 0px;
	top: 703px;
}
#footer .card {
	width:230px;
	height: 72px;
	float:left;
	padding:10px 0px 0px 0px;
}
#footer .line {
	width:20px;
	height: 72px;
	float:left;
}
#footer .menu {
	width:910px;
	height: 15px;
	padding:25px 0px 0px 0px;
	float:left;
}

#footer .copyright {
	width:910px;
	height: 57px;
	padding:5px 0px 0px 0px;
	float:left;
}

