@charset "UTF-8";
.body {
	background-color: #EBEBEB;
	z-index: 0;
}
.container {
	height: 600px;
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -300px;
	z-index: 0;
}
.box {
	height: 600px;
	width: 800px;
	z-index: 0;
}
.menu {
	z-index: 1;
	height: 408px;
	width: 500px;
	position: absolute;
	margin-top: 178px;
	margin-left: 139px;
}
.roundright {
	margin-left: 500px;
	z-index: 0;
}
.rounddown {
	margin-left: 139px;
	margin-top: -14px;
	z-index: 0;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	color: #666666;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
