/* Css for make the overlayer and flashcontent fill the screen (100%) */
body,html  {height: 100%;margin: 0;padding: 0;}
#noflash { text-align: left; position: relative; top: 100px; border: 2px solid #4A5964; width: 300px; margin: auto; background-color: White; padding: 50px; line-height: 2; }
#flashcontent{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 100; /*border:10px dotted pink;*/ text-align: center; line-height: 0; }
#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; filter: alpha(opacity=60); -moz-opacity: 0.6; opacity: 0.6; }
#noflash ul { list-style: square; padding: 0; margin: 0; }