/* CSS Document */

#PreloadMessage { position:absolute; z-index: 2; width:780px; height:278px; background-color:#000; text-align:center;  }

#PreloadMessage p { color: #FFFFFF; line-height: 10px; }
	
#LoadProgress { visibility: hidden; }

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

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


#VideoPlayerSection { margin-left: -8000px; clear: both; }   