   body 
   {
      background-image: url(images/BigBG.gif); 
      background-position:center; 
      background-repeat: no-repeat;
	  /*background-attachment:fixed; FireFox browse detection script sets this property in the CenterFlash() function in jscript.js */
   }

/*  set display to none and position to 0, 0.                               
    javascript will center and make visible after display detection is done */

   #Flash
   {	
      position:absolute;
      visibility:visible;
	  display:none; 
	  width:740px;
	  height:570px;
	  top:0px;
	  left:0px;
	  overflow:hidden;
	  background-color:#FFFFFF;
   }