html, body
{
    margin: 0;
    padding: 0;
    font-family: Arial;
    font-size: 12px;
    color: white;
    background-color: #000000;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

#preload
{
    display: block;
	width: 100%;
	margin-top: auto;
	margin-bottom: auto;
    text-align: center;
}

#preloadText
{
	margin-top: 120px;
	font-size: 22px;
	text-align: center;
	color: #c6c6c6;
	vertical-align: middle;
}

#debugText
{
	font-size: 12px;
	text-align: center;
	color: #c6c6c6;
}

#gameCanvas
{
    overflow: hidden;
    image-rendering: optimizeSpeed;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -webkit-transform: translateZ(0);
    -ms-touch-action: none;
}
