 body {
  margin: 0;
  padding: 0;
  overflow: hidden;

  background: url(../images/BG_W.png) no-repeat;
 background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;

}

canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;

}

#logodiv{
   margin: 0;
    position: absolute;
    left: 100px;
    top: 94%;
    margin-left: 0%;
    z-index: 2;
    transform: translate(-50%, -50%);
}


#loading{
       margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 0%;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 299px;
}

#loadinglogo{
   width: 194px;
    height: 64px;
    margin: 0;
    position: absolute;
    top: 91%;
    right: -40px;
    margin-left: 0%;
    z-index: 0;
    transform: translate(-50%, -50%);
}



#title{
 margin: 0;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: 0%;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 600px;
}








