
@font-face {
	font-family: 'FontRegular';
	src: url('../fonts/sickcapital_gum_kids-regular.eot');
	src: url('../fonts/sickcapital_gum_kids-regular.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/sickcapital_gum_kids-regular.woff2') format('woff2'),
		 url('../fonts/sickcapital_gum_kids-regular.woff') format('woff'),
		 url('../fonts/sickcapital_gum_kids-regular.ttf')  format('truetype'),
		 url('../fonts/sickcapital_gum_kids-regular.svg#sickcapital_gum_kids-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #333;
	color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
}

div#content {
	width: 100%;
	height: 100%;
	background: #0000000;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

canvas#canvas {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #333;
}

div.debugOuter {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	color: #f90;
	font-family: verdana;
	font-size: 18px;
	text-shadow: 1px 1px #000000;
	/*visibility: hidden;*/
}
div.debugInner {
	position: relative;
	height: 100%;
	width: 500px;
	margin: 0 auto;
	overflow:scroll;
}
