@charset "UTF-8";
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	float: none;
	height: 600px;
}
#title {
	height: 150px;
	width: 800px;
	float: left;
}
#menu {
	height: 450px;
	width: 200px;
	float: left;
}
#mainbox {
	height: 450px;
	width: 590px;
	top: 200px;
	float: left;
}

