/* CSS Document */

#PreloadMessage { position:absolute; z-index: 2; width:730px; height:395px; margin-top: 55px; background-color:#f1eed5; text-align:center; }

#PreloadMessage p { color: #0066CC; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 1em; }
	
#LoadProgress { visibility: hidden; }

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

/*
   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%; }
