@charset "UTF-8";
/* CSS Document */

body {
	background-color: black;
	margin: 0;
}

DIV#container {
	width: 100%;
	text-align: center;
}

DIV#stage {
	position: relative;
	width: 800px;
	height: 600px;
	margin-left:auto;
	margin-right:auto;
}



DIV#nav {
	position: absolute;
	height: 28px;
	left: 0px;
	top: 572px;
	width: 598px;
}
