* {
	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:#000000;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:320px; height: 480px;top:0px}
#rotate {position:absolute; left:5000px;top:0}
#gui	{width: 100%; height: 100%;}
#hud	{}


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

}
