
	
	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
		color:#ffffff;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica;
	}
	
	#logo{
		margin-top: 50px;
		margin-bottom: 50px;
	
	}
	
	a:link {text-decoration: underline; color: #808080;}
	a:visited {text-decoration: underline; color: #808080;}
	a:active {text-decoration: underline; color: #808080;}
	a:hover {text-decoration: underline; color: #9EAAC4;}

