/* CSS Document */

#PreloadMessage { position:absolute; z-index: 2; width:560px; height:287px; background: #000000 url(images/warn.gif) no-repeat; }

#PreloadMessage p { color: #FFFFFF; }
	
#LoadProgress { visibility: hidden; }

#warn { position:relative; text-align:center; top:200px; }

/*
   HACK ALERT: the above def is for IE only, the override below is for 
   all non-borked CSS browsers
*/

html>body #warn { position:relative; text-align:center; top:40%; }
 