
body {
	background-color: grey;
}

#game {
	position: absolute;
	top: 0px; left: 200px;

	width: 256px; height: 256px;
	background-color: black;
	
	overflow: hidden;
}

#debug {
	position: absolute;
	top: 0px; left: 0px; 
	width: 200px; height: 256px;
	overflow: auto;
	font-size: 8pt;
	font-family: Courier New, fixed;
	background-color: white;
}

#fps {
	position: absolute;
	top: 0px; left: 456px;
}

#instructions {
	position: absolute;
	top: 270px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}
