body {
  background: #101010;
  color: #cfcfcf;
  font-family: 'Amaranth', sans-serif;
  height: 100%;
  margin: 0px;
  padding: 0px;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
div.preload {
  position: fixed;
  background: url(../img/preloader.gif) center no-repeat #101010;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 9999;
}
div.back {
  height: 100%;
  position: absolute;
  width: 100%;
}
div.box {
  font-size: 32px;
  position: relative;
  text-align: center;
  top: 48%;
}

