/* CSS Document */
/* hide from ie on mac \*/
html {
/*
	height: 100%;
	overflow: hidden;*/
	
}

#flashcontent {
	height: 540px;
	width: 960px;
	
}
/* end hide */

body {
	height: 100%;
	background-color: #000000;
	font-size:20px;
	font-family:helvetica;
	color:#ffffff;
	margin-top:50px;
}

body /* Internet Explorer */ 
{ 
	text-align: center; 
} 

body /* Mozilla Firefox alignment */ 
{ 
	text-align: -moz-center; 
} 



