﻿/*Stylesheet*/
BODY, HTML 
{

    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-touch-callout: none;                
    -webkit-text-size-adjust: none;             
    -webkit-user-select: none;                  
	margin: 			0;
	padding: 			0;
	font-family: 		Verdana;
	font-size: 			12px;
	font-weight:		normal;
	color: 				#000000;

    margin: 0;
    padding: 0;
    overflow: hidden;

}
body {
   background: url(preloader_background.png);
    background-size:cover;
}
canvas
{
    box-shadow: 0px 0px 20px #000000;
}