html, body {
	margin: 0;
	padding: 0;
	background: #000000;
}
.main{
	width: 766px;
	height: 800px;
	overflow:hidden;
	margin: 0 auto;
	text-align: center;
	position:relative;
	z-index:1;
}
#objFlash {
	width: 766px;
	height: 800px;
	text-align: center;
}
.flash-box{
	width: 766px;
	margin:0 auto;
	position:relative;
	height:30px;
	z-index:0;
	overflow:hidden;
}
.absolute-flash{
	width:766px;
	height:800px;
	position:absolute;
	bottom:-17px;
	right:-46px;
}