﻿/* -------------------------------------------------------------------------------------
--------------                        WARGAMING.NET                       --------------
----------------------------------------------------------------------------------------
--------------                 © 2016 ALL RIGHTS RESERVED                 --------------
--------------------------------------------------------------------------------------*/
/* #Interactive
{
	outline:1px solid black;
	outline-offset:-1px;
}*/
body
{
	margin:0;
	padding:0;
	
	background-color: #3970a2;
}
#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: fixed;
 left: 50%; 
 top: 0;
 margin-left: -960px;  
}