/* hide from ie on mac \*/
html 

	{
		height: 100%;
		overflow: auto;
	}

body 

	{
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background: #000000;
		color: #FFFFFF;
	}

ul, ul li {
	display:inline;
	list-style:none;
	}

a, a:link, a:visited {
	color:white;
	text-decoration:underline;
	}
a:hover {
		text-decoration:none;
		color:#3300FF;
	}

	#flashcontent {position:absolute; left:50%; top:50%; margin-left:-512px; margin-top:-384px; width:1024px; height:768px; }
	#dim {width:100%; height:100%;}
