/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}	
#flashcontent {
	height: 100%;
	text-align:center;
}
#nojavacontent{
	height: 100%;
	text-align:center;
}
/* end hide */

*{
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 10px;
}

body {
	height: 100%;
	background-color: #000000;
	color: #FFFFFF;
}

a{
	color: #FFFFFF;
}
