@charset "UTF-8";
/* CSS Document */
/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 90%;
	}
	/* end hide */

	body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	color:#85A7BA;
	}
#wade {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #FC0;
	font-size: 90%;
}
#wade a {
	color: #FC0;
	text-decoration: underline;
}
