html { height: 100%; }
body { width: 100%; height: 100%; margin: 0; padding: 0; color: #000; background-color: #fff; font-size: 15px; font-family: Helvetica, Arial, sans-serif; }	
    div#layer { position: absolute; top: 0; left: 0; z-index: -1000; width: 990px; height: 540px; } /* FF2 Horizontal Scroll Fix */
	object#flash { display: block; min-width: 990px; min-height: 540px; }	
	
	/*** NO FLASH ALT CONTENT ***/
	div#noflash { margin: 0; padding: 0; width: 100%; height: 100%; background-color: #fea018; }
		div#noflash img#noflash-background { position: absolute; top: 0; left: 0; display: block; min-width: 990px; min-height: 540px; }
         div#altcontent { position: relative; margin: 0 auto; padding: 1px 0 1px 90px; width: 890px; height: 537px; background: url(/_images/logo-noflash.png) no-repeat 100% 100%; font-size: 16px; }
            div#altcontent h1 { position: absolute; left: -9999px; top: 0; margin: 0; width: 1px; height: 1px; overflow: hidden; }  
            div#altcontent h2 { margin: 80px 0 90px; font-size: 18px; text-transform: uppercase; }
            div#altcontent p { line-height: 1.8em; word-spacing: 0.05em; }
               div#altcontent p.get-flash { margin-left: -60px; text-align: center; line-height: 1.1em; }
               div#altcontent div.get-flash { margin: 0 0 70px -60px; text-align: center; }
            div#altcontent img { border: 0; }
            div#altcontent sup { font-size: 0.75em; line-height: 0.75em; }
            div#altcontent ul#footer { position: absolute; left: 90px; bottom: 10px; }
            div#altcontent ul#footer,
            div#altcontent ul#footer li { display: inline; margin: 0; padding: 0; list-style: none; font-size: 11px; color: #000; }
               div#altcontent ul#footer li a { color: #000; }
	      
