* {
  -webkit-touch-callout: none; /* prevent callout to copy image, etc when tap to hold */
  -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
  -webkit-tap-highlight-color: rgba(0,0,0,0); 
  -webkit-user-select: none; /* prevent copy paste, to allow, change 'none' to 'text' */
}

html, body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
	background: #333;
}

img {
	position: absolute;
	-webkit-transform: translateZ(0);
	-webkit-transform-origin: 0% 0%;
}

#debug {
	color: #FFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	font-family: courier;
}