@charset "utf-8";

body {
	margin: 0px;
	padding: 0px;
	text-align: center; /* For IE */
}

.bodyDiv {
	border: medium solid #009933;
	width: 1024px;
	height: 768px;
	margin: 0px auto;
}
.titleDiv {
	height: 145px;
	width: 728px;
	margin: 0px auto;
}
.menuDiv {
	height: 20px;
	width: 728px;
	margin: -40px auto;
}
.mainDiv {
	height: 400px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 175px;
	font-weight: bold;
}