#flashArea {
	width: 710px;
	height: 400px;
	position: relative;
	background-color:#000;
	overflow: hidden;
	margin: 0 auto;
}
#mainSWF {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 10;
	
}
#stageSWF {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background-color:#FFF;
}
#content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
}