/* hide from ie on mac \*/
	html {
		height: 100%;
		
	}
	
	#flashcontent {
		
		/*
		margin-top:7%;
		margin-left:auto;
		margin-right:auto;
		width:960px;
		height: 600px;
		display:block;
		text-align:center;
		
		position: absolute; 
		left: 50%; 
		margin-left: -480px;
		width: 960px; 
		top: 50%; 
		margin-top: -250px;
		height: 500px; 
		border:5px solid #111111;
		*/
		width:100%;
		height:100%;
	}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
}

#footer {
	margin-top:5px;
	font-size:11px;
	color:#333333;
	margin-left:auto;
	margin-right:auto;
	width:960px;
	text-align:center;
}

