body {
	background-color: #666666;
	font-family: "quicksandregular", sans-serif;
}


body #content {
	background-color: #f0f6f8;
	width: 960px;
	height: 550px;
	margin: -275px 0 0 -480px;
	padding: 0;
	border: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.33);
	box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.33);
}

body #content #canvas {
	width: 100%;
	height: 100%;
}

body #content #fps {
	position: absolute;
	left: 100%;
	top: 0px;
	margin-left: -100px;
	width: 200px;
	height: 0px;
	overflow: visible;
}

body #content #ui-view {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;/* set to 100% to block clicks/touches propagating through to the canvas. */
	height: 0px;/* set to 100% to block clicks/touches propagating through to the canvas. */
	background-color: none;
	overflow: visible;
	visibility: hidden;
}

body #content #debug-view {
	position: absolute;
	left: 32px;
	top: 104px;
	width: 300px;
	height: 300px;
	text-align: left;
	overflow: visible;
	pointer-events: none;
	color: #ffffff;
}