
	/* hide from ie on mac \*/
	html {
		font-family:"Verdana", Verdana, sans;
		height: 100%;
		overflow: hidden;
	}
	
	#flashcontent {
		height: 100%;
		z-index: 0;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #888;
		color: #fff;
		
	}
	
	p{
	font-family:"Verdana", Verdana, sans;
	}
	
	.previewing{
		font-family:"Verdana", Verdana, sans;
		font-size: 12px;
		position:absolute;
		top: 0px;
		left: 0px;
		letter-spacing: 0.3px;
		width: 100%; 
		text-align:center;
		background-color: #000;
		color: #fff;
		filter: alpha(opacity=80);
		opacity: .8;
		z-index: 3; 
		padding:5px 10px;
	}

	.flashFile{
		z-index: 1;    
	}
	
	.needFlashPlayer{
	width: 100%;
	background-color: #2e2e2e;
}

	