﻿BODY, HTML {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ccc;
	background: #4aa4c2 url(assets/art/back.jpg);
	background-size: auto 100%;
}
.loader {
	width: 100%;
	height: 50px;
	position: absolute;
	text-align: center;
	margin-top: 250px;
	display: block !important;
}
canvas{
	box-shadow: 0px 0px 20px #167cad;
}