html, body {
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-image: url(21.jpg);
	
	color: white;
}

html, body, canvas {
	touch-action: none;
	touch-action-delay: none;
}

#fon{
    
}

#notSupportedWrap {
	margin: 2em auto 1em auto;
	width: 75%;
	max-width: 45em;
	border: 2px solid #aaa;
	border-radius: 1em;
	padding: 2em;
	background-color: #f0f0f0;
	font-family: "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: black;
}

#notSupportedTitle {
	font-size: 1.8em;
}

.notSupportedMessage {
	font-size: 1.2em;
}

.notSupportedMessage em {
	color: #888;
}


#frame2{
	position:absolute;
	width:100%;
	height:100%;
		 background: #fff;
		 display:none;
}





#cmd1{
		position:absolute;
		top:0px;
		left:0px;
	text-decoration:none; 
 text-align:center; 
 padding:11px 32px; 
 border:solid 1px #ffffff; 
 -webkit-border-radius:4px;
 -moz-border-radius:4px; 
 border-radius: 4px; 
 font:500px Georgia, "Times New Roman", Times, serif; 
 font-weight:bold; 
 color:#ffffff; 
 background:#ffffff; 
 -webkit-box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff; 
 -moz-box-shadow: 0px 0px 2px #bababa,  inset 0px 0px 1px #ffffff;  
 box-shadow:0px 0px 2px #bababa, inset 0px 0px 1px #ffffff;  
	 z-index:132132312;
}
