/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
}
/* end hide */

a {
	color: #FFFFFF;
}

a:hover {
	color: #FF0000;
}

body {
	font-size: 14px;
	font-family: Verdana;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
#top {
	color: #FFFFFF;
	position: absolute;
	left: 10%;
	top: 20px;
	width: 80%;
	font-weight: bold;
}
#content {
	position: absolute;
	left: 10%;
	top: 150px;
	width: 80%;
}