#spinner {
   position: fixed;
   width: 100%;
   height: 100%;
   top: 0;
   left: 0;
   background: #ffffff;
   text-align: center;
   z-index: 11111111;
}

#spinner img {
   transform: translateX(0%) translateY(180%);
}  