HTML, BODY
                           {
                           margin: 0px;
                           background: #000;
                           font-family: Arial, Verdana, Helvetica, Sans-Serif;
                           height: 100%;
                           }

                           
a, a:visited {
             text-decoration: underline;
             color: #AAA;
             }

a:hover, a:active {
                  text-decoration: underline;
                  color: #FFF;
                  }                           
                           

#swf
                           {
                           position: absolute;
                           top: 50%;
                           left: 50%;
                           margin-left: -275px;
                           margin-top: -200px;
                           background: #000;
                           width: 350px;
                           height: 80px;
                           text-align: center;
                           }

#bar
                           {
                           margin-top: 100px;
                           padding: 0px;
		         border: 1px solid #FFF;
		         width: 250px;
		         height: 15px;
		         overflow: hidden;
                           }

#text
                           {
                           padding-top: 20px;
                           color: #AAA;
                           font-size: 0.7em;
                           font-weight: bold;
                           text-align: center;
                           }
