body {
	padding: 0; margin: 0;
	height: 100%;
width: 100%;
overflow: hidden;

}
canvas {
	vertical-align: top;
	height: 100%;
width: 100%;
overflow: hidden;

}

a{
		text-decoration: none;
}


#exit{
	width:50px;
	height:50px;
	position: absolute;
	background-color: white;
	top:10px;
	left:10px;
	cursor: pointer;
}

#exit:hover{
	background-color: blue;
}


#lang{
	position: fixed;
	top:10px;
	right:10px;
	width:100px;
	height:30px;
}

#top{
	position: fixed;
	top:10px;
	left:15px;
	width:100px;
	height:30px;
}
