* {
	padding: 0px;
	margin: 0px;
}

body, html {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);	
	
	background-image: none;
	background-color: #000000;
	color: #ffffff;

	width: 100%;
	height: 100%;
	overflow: hidden;
}		

p.hidden {
	font-size: 1px;
	font-family: 'FredFredburger-Regular';
}

p.hidden2 {
	font-size: 1px;
	font-family: 'FredFredburgerAra-Regular';
}

canvas {
	/*
	image-rendering: auto;
	-webkit-interpolation-mode: nearest-neighbor;
	*/
}

#game {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000000;
}