/* hide from ie on mac \*/
	html {
		height: 100%;
	}
	
	#flashcontent {
		width: 1207px;
		height: 736px;
		margin:30px auto;
		overflow:auto;
		text-align:center;
		z-index:2;
	}
	#scrollholder{
		width:1207px;
		height:736px;
		position:absolute;
		top:0;
		left:auto;
		background:none;
		visibility:hidden;
		z-index:1;
	}
	/* end hide */

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

body,td,th {
	color: #333333;
}

