body
{
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	font-family: 'Arial', sans-serif;
	color: #ffffff;
}

a {
	color: inherit;
	text-decoration: none;
}
a:hover {
	color: #fff;
}

div#container {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
}

div#help, div#debug, div#framerate {
	margin: 8px 0px;
	font-size: 11pt;
	color: #444;
}
div#help, div#debug {
	float: left;
}
div#help {
	font-weight: bold;
}
div#debug {
	border-left: 1px solid #fff;
	margin-left: 8px;
	padding-left: 8px;
}
div#framerate {
	float: right;
}

#canvas
{
	border: 1px solid #fff;
	border-left: none;
	border-right: none;
}

.clear
{
	clear:both;
}
