/* CSS Document */

        <style type="text/css">
		<!--
			body 
			{
				font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
				margin: 0;
				padding: 0;
				font-size: 10px;
				background-color: #191919;
				color: #666666;
				background: "";
			}
			html, body 
			{
                height:100%;
                overflow-y: auto;
                overflow-x: auto;
                margin: 0;
                padding: 0;
                border: 0;
            }
			/* hide from ie on mac \*/
			html {
				height: 100%;
				overflow: hidden;
			}
			
			#flashcontent {
				height: 100%;
				text-align:center;
			}
			/* end hide */
		-->
        </style>


