*{box-sizing:border-box;}#canvas{}#gameArea{position:absolute;width:100%;height:100%;};


* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

BODY, HTML {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    -webkit-tap-highlight-color: transparent;
	margin: 			0;
	padding: 			0;
	font-family: 		Arial, Verdana, sans-serif;
	font-size: 			12px;
	font-weight:		normal;
	color: 				#ccc;
	background-color:	#ccc;
	overflow:			hidden;
};

/*

canvas {
       margin: 0px;
       padding: 0px;
       border: 0px;
    }
	
	*/
	
	
/*
:-webkit-full-screen #canvas {
                 width: 100%;
                 height: 100%;
            }
			
			
 :-webkit-full-screen {
               width: 100%;
               height: 100%;
            }			


.gamebg_level1 {
	background: #eee url(../images/gamePage_footballBg.png);
	background-size: cover
}

.gamebg_level2 {
	background: #eee url(../images/gamePage_beachBg.png)  ;
	background-size: cover
}


#highscore {
	position: relative;
	bottom: 35px;
	left: 5px;
	color:  #FFFFFF;
	font-family: Arial, Helvetica;
	font-size:18px;
	pointer-events:none;
}

#userScore {
	width: 100%; 
	height: 100%;
	position: absolute;
	top: -15%;
	left: 0%;
	color:  #FFFFFF;
	font-family: Arial, Helvetica;
	font-size:20vh;
	vertical-align:middle;
	pointer-events:none;
	
}

*/

