#preloader{position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  	background-color: #fff;
    z-index: 9999;}#spinner{display: block;
    position: relative;
    left: 46%;
    top: 44%;
  	width: 70px;
  	height: 70px;}#preloader #disable-preloader{display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;}