.MAIN {
	height: 700px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.HEAD {
	height: 150px;
	width: 960px;
	background-color: #09F;
	background-image: url(../img/title.png);
}
.MENU {
	height: auto;
	width: 960px;
}
.MID {
	background-color: #FFC;
	height: 500px;
	width: 960px;
	float: left;
}
.FOOT {
	background-color: #9FF;
	height: 20px;
	width: 960px;
	float: left;
}
