/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */

#wait_div {
    font-size: 150%;
    background: rgb(255, 255, 255) url('/images/ajax-loader.gif') 50% 80% no-repeat !important;
    font-size: 24 !important;
    z-index:5;
    background-color: transparent !important;
}