﻿body,html {
	width:  100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #000000;
	overflow: hidden;
}

#gameCanvasContainer {
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}

#gameCanvas {
	width: 0px;
	height: 0px;
	box-shadow: 0px 0px 25px #000000;
}