/* Styles for flash version of the site */
html,body,div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

html, body {
    /* get rid of default spacing on the edges */
    margin: 0;
    padding: 0;

    /* get rid of that 2px window border in Internet Explorer 6 */
    border: 0;

    /* fill the height of the browser */
    height: 100%;

    /* no more scroll bar */
    overflow: hidden;
	
	background-color:#000;
}

div#page_wrapper {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	vertical-align:top;
	background-color:#000;
}

div#flash_topmenu {
	font-size:10px; 
	color:#FC0;
	position:absolute; 
	top: 0px; 
	left: 0px;
	margin:4px 0px 0px 0px;
	z-index:10; 
	text-align:right; 
	width:100%; 
	height: 16px;
	vertical-align:top;
}

div#flash_topmenu a:link, div#flash_topmenu a:visited {
	color: #FC0; 
	text-decoration:none; 
	border-bottom: 1px dashed #FC0;
}
div#flash_topmenu a:hover {
	color:#FE0; 
	text-decoration:none;
	border-bottom: 1px dashed #FE0;
}

div#swf_container {
	z-index:1;
}

