@charset "utf-8";
html{
	-webkit-tap-highlight-color:rgba(0,255,0,0);
	-webkit-user-select: none;
	background: #000;
	overflow: hidden
}
body{
	margin: 0px;
	overflow: hidden;
}
#container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #000;
}
