@font-face {
    font-family: 'Impact';
    src: url('../img/impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

body {
	touch-action: none;
	overflow:hidden;
	padding:0px;
	margin:0px;
	text-align:center;
	overflow: hidden;
	background-color:#000;
}
canvas {
	margin:auto;
	padding:0px;
	margin:0px;
}

#full {
	position:fixed;
	top:0px;
	left:0px
}

#splash {
	max-width:100%;
	max-height:100%;
}

#loading {
	color:#fff;
	font-family: arial;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FF1c1c), to(#9C0000));
	
	background-color: #f00;
	border-radius: 15px;
	
	position:absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 80px;
	margin-left: -100px;
	
}