html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-image: url("loader.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 100%;
	background-size: 64px 64px;
	background-color: #000000;

}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}
