﻿@charset "utf-8";
*:not(input):not(textarea):not(select),
input[type=image],
input[type=file],
input[type=submit],
input[type=button],
input[type=reset] {
	-webkit-user-select: none;
}
html { 
	overflow: scroll;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-user-select: none;
	}
body {
	margin:0;
	padding:0;
}
img{
	border:0;
}
#canvas{
	position:absolute;
	top:0;
	left:0;
	width:720px;
	height:385px;
}
#canvcontainer{
	position:absolute;
	top:0;
	left:0;
	width:720px;
	height:385px;
}
#loadingcontainers {
    position: absolute;
    top: 0;
    left: 0;
    width: 720px;
    height: 385px;
    pointer-events: none;
}

#loading {
    position:absolute;
    top:159.5px;
    left: 327px;
    z-index: 500;
}

#start_modal{
	position:absolute;
	top:0px;
	left:0px;
	width:720px;
	height:385px;
	-webkit-background-size: 100% 100%;
	visibility:hidden;
}
#play_btn{
	text-align:center;
	margin:101px auto;
	background-image: url("../img/play.png");
	background-repeat: no-repeat;
	width:213px;
	height:213px;
}
