/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;	
}
#flashcontent {
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

a:link, a:visited, a:active {
	color:#333333;
	text-decoration: none;
}

a:hover {
	color:#FF6600;
	text-decoration: none;
}