body 
{
	font-family: Monospace;
	font-weight: bold;
	background-color: #ccccff;
	margin: 0px;
	overflow: hidden;
}

#WebGL {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
}

#Menu {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;

	color: #fff6f4;
	cursor: pointer;
}

#instruction {
	position: absolute;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	left: 28.575%;
	top: 2.5%;
	text-align: center;
}

#gui{
	position: absolute;
	top: 12.5%;
	left: 42%;
	z-index: 10;
	cursor: default;
}
