body {
	margin: 0px;
	padding: 0px;
}
.leftBg {
	background-attachment: scroll;
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat-x;
	height: 600px;
}
.rightBg {
	background-attachment: scroll;
	background-image: url(../images/index_rightBg.jpg);
	background-repeat: repeat-x;
	height: 600px;
}
.footerBg {
	background-attachment: scroll;
	background-image: url(../images/footerBg.jpg);
	background-repeat: repeat-x;
	height: 79px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 23px;
	color: #333;
}
.f1 {
	margin-right: 10px;
}
.f1 a {
	text-decoration: none;
	color: #666;
}
.f1 a:hover {
	text-decoration: none;
	color: #999;
}

.logo {
	margin-top: 22px;
	margin-left: 51px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.footer_span {
	padding-top: 20px;
	text-align: center;
}
