html{
    height: 100%;
}
body
{

	min-height: 100%;
	margin: 0;
	padding: 0;
  text-align:center;
 
  min-width:650px;
   user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
  font: 100%/100% GloriaHallelujah;
 

}
#canvas
{
	cursor:move;
}
#controle
{
	display: block;
	position: absolute;
}
#texte
{
	display: block;
	position: absolute;
	bottom:15px;
	
}
