html, body {
	height: 100%; 
	width: 100%; 
	overflow: hidden;
	margin: 0;
	padding:0;
	touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}
body {background: #101010;}
#frame {
      width: 800px;
      height: 600px;
      margin: auto;
      position: absolute;
      top: 0;
      left:0;
      right: 0;
      bottom: 0;
      border: 0;
      overflow:hidden;
}
