body{
  padding:0px;
  background-color: #050b0b;
}

canvas#stage{
  width:100%;
  position: fixed;
  left:0px;
  bottom: 0px;
}
body.s1080x1920 canvas#stage{
  width: auto;
  height: 100%;
}

div#preloader{
  background-color:white;
  background-position: center;
  background-image: url('../imgs/preloader-on-start.png');
  background-repeat: no-repeat;
  left:0px;
  top:0px;
  width:100%;
  height: 100%;
  position: fixed;
}