html {
	-ms-touch-action:none;
	-ms-content-zooming:none;
}
body {
	position:absolute;
	margin:0;
	padding:0;
	background:#333;
	width:100%;
	height:100%;
}
#screen {
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	cursor:pointer;
	background:#000;
	user-select:none;
	overflow:hidden;
}

#scene {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	transform: translateZ(1000px);
	-webkit-transform: translateZ(1000px);
}

#loading {
	position: absolute;
	font-family: verdana;
	font-size:0.9em;
	color: #FFF;
	width: 200px;
	height: 100px;
	margin:-50px -100px;
	text-align: center;
}

#scene img {
	position: absolute;
	visibility:hidden;
	margin:-300px -500px;
	backface-visibility: hidden;
}

#scene .f {
	margin:-500px -500px;
}
#scene .s {
	width:252px;
	height:600px;
	margin:-300px -126px;
}