@charset "UTF-8";
/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}
#status {
  width: 50px;
  height:50px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/am-preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -25px 0 0 -25px;
}