@charset "utf-8";
.body {
	background-image: url(./images/back.png);
	background-repeat: repeat-x;
}
.content {
	margin: auto;
	height: auto;
	width: 1024px;

}
.side {
	height: 700px;
	width: 150px;
	float: left;
}
.head {
	height: 68px;
	width: 1024px;
	background-image: url(./images/banner.png);
}


.box {
	height: auto;
	width: 770px;
	float: right;
	background-color: #FFFFCC;
	padding: 10px;
	margin-right: 40px;
	margin-top: 30px;
}
.mainhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	color: #33CC33;
}

.foot {
	height: auto;
	width: 300px;
	float: right;
	margin-top: 50px;
	margin-right: 300px;
}
