
#container  {
  width : 100%; 
  height : 100%; 
  position : absolute; 
  top : 0px; 
  left : 0px;
  margin : 0px;
  padding : 0px;
}

body {
  overflow : hidden;
}

#tutorial {
  pointer-events: none;
  color : #888;
  font : 30px 'Oxygen', sans-serif;
  position : absolute; 
  top : 50%; 
  left : 50%;
  margin-left : -180px;
  background-color : #fff;
}