* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
	margin:0; padding:0;  /* to remove the top and left whitespace */
}

canvas { display:block; } /* To remove the scrollbars */

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:	#3F008C;
	
	width:100%; height:100%;  /* just to be sure these are full screen*/
}

.loader {
	/*width: 341px;
	height: 42px;
	background-image: url('../assets/img/loader.png');*/

	width: 193px;
	height: 312px;
	background-image: url('../assets/img/KiziLoading.png');

	background-repeat: no-repeat;
	background-position: 0px 0px;

	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 0; right: 0;
}