/* -------------------------------------------------------------------------------------
--------------                        WARGAMING.NET                       --------------
----------------------------------------------------------------------------------------
--------------                 © 2016 ALL RIGHTS RESERVED                 --------------
--------------------------------------------------------------------------------------*/
#Interactive
{
	outline:1px solid black;
	outline-offset:-1px;
}
body
{
	margin:0;
	padding:0;
	overflow:hidden;
	background-color: #999966;
}
#age
{
	position: absolute;
	padding:3px;
	font-size: 10pt;	
	top:0px;
	
	font-family: sans-serif;
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}
canvas
{
	position: absolute;
	left: 0; 
	top: 0;
}