html {
		height: 100%;
		
	}
	
	#flashcontent {
		height: 100%;
		z-index:999;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #680000;
	}

	#top {
		position:absolute;
		width:100px;
		height:50px;
		z-index:1000;
		top:50%;
		left:50%;
		margin-left:345px;
		margin-top:-210px;
		display:block;
	}