html
{
height:100%;
}
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #000000;
		color:#666666;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		overflow:hidden;
		overflow-x: hidden; 
	}
	
	#wrap { 
		position: relative; 
		width: 1100px; 
		height: 100%; 
		margin: 0 auto; 
		background: #000000; 
	} 
	#flashContent { 
		background: #000000; 
		text-align: center; 
		position: absolute; 
		top: 50%; 
		left: 50%; 
		height: 650px; 
		margin-top: -325px; 
		width: 1100px; 
		margin-left: -550px; 
	} 

	