#loading-overlay {	
  width:100%;
  height:100%;
  position:fixed !important;
  position:absolute; /* IE6 Fallback */
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:999999;
  background: url('../../img/page-loader.gif') no-repeat 50% 50%; 
  font:normal normal 0/0 a;
  color:transparent;
  text-shadow:none;
  opacity: 0.7;
  filter: alpha(opacity=50); 
}