
#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; 
  z-index:1200; 
  }

#status {
  width:100%;
  height:400px;
  height:90%;
  position:absolute;
  left:0%;
  top:15%; 
  top:0; 
/*   background-color:#cccccc; */
	background-image:url("/templates/js_elan/images/sp-1s-200px.svg"); 
  background-repeat:no-repeat;
  background-position:center;
  }
