/*
 * create css which will set your Flash movie to fill the screen
*/
body,html  {height: 100%;margin: 0;padding: 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; }
#flashcontent{ height: 100%; position: absolute; top: 0; left: 0; width: 100%; z-index: 100; }
#noflash { text-align: left; position: relative; top: 100px; border: 2px solid #4A5964; width: 300px; margin: auto; background-color: White; padding: 50px; }
