	/* hide from ie on mac \*/
	html {
		height: 100%;
		overflow: hidden;
	}
	
	a {
	
		color :#FF0000;
	
	}
	
	#flashcontent {

		top: 50%;
		left: 50%;
		text-align: center;
		margin-top: -282px;
		margin-left: -475px;
		text-align: center;
		
		position: absolute;
	
	width: 950px;
	height: 565px;

	}
	/* end hide */

	body {
		height: 100%;
		margin: 50;
		padding: 0;
		background-color: #000000;
		color: #FFFFFF;
	}
	
	span	{

		color:#000000;
		display:none;

		}


