html,body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
}

#main{
position:absolute;
width:850px;
top:50%;
left:50%;
height:550px;
margin-left:-425px;
margin-top:-275px;
}

#flash_content{
	overflow:hidden;
	height:550px;
	width:850px;
	position:absolute;
	z-index:10;
}

#flash_movie{
	position:absolute;
	z-index:20;
}