.preload {
	background: url(img/preload/apilot-logo-new.png) #242424 20px 13px no-repeat;
	width: 4000px;
	height: 4000px;
	position: absolute;
	z-index: 700;
}

.preload iframe {
 display:none;/*sorry for IE5*/ 
 display/**/:block;/*sorry for IE5*/
 position:absolute;/*must have*/
 top:0;/*must have*/
 left:0;/*must have*/
 z-index:-1;/*must have*/
 filter:mask();/*must have*/
 width:2000px;/*must have for any big value*/
 height:3000px/*must have for any big value*/;
}
