* {
	user-select: none;
}

* {
	-webkit-tap-highlight-color: rgb(0, 0, 0, 0);
	-webkit-touch-callout: none;
}

body {
 -moz-user-select: -moz-none;
 -webkit-user-select: none;
 }
 
 
 
body , html         {  background-color:transparent;font-family: Arial, Helvetica, sans-serif;color:#333333;padding:0;margin:0;border:0;margin: auto;left:0; right:0;top:0; bottom:0;}
#gameWindow {position:absolute;float:right;width:100%;height:100%;overflow:hidden;top:0px;}
/*#gameHolder        {position: relative; z-index: 0; width:480px; height: 320px;top:0px;overflow:hidden;background-color:#77D0FF;background-image:url('images/background.png');}*/
#gameHolder        {position: relative; z-index: 0; width:640px; height: 426px;top:0px;overflow:hidden;}
#rotate {position:absolute; left:5000px;top:0}
#gui	{width: 100%; height: 100%;}
#hud {position:absolute;width: 100%; height: 100%;}

@font-face {
    font-family: 'coolveticaregular';
    src: url('fonts/coolvetica_rg-webfont.eot');
    src: url('fonts/coolvetica_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/coolvetica_rg-webfont.woff') format('woff'),
         url('fonts/coolvetica_rg-webfont.ttf') format('truetype'),
         url('fonts/coolvetica_rg-webfont.svg#coolveticaregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

