body {
	padding:0px;
	margin:0px;
	color:#7a7a7a;
	height:100%;
	background-color:#000000;
}

html {
	height:100%;
}

#no_flash{
	position:absolute;
	left:120px;
	top:30px;
	margin-left :-142px;
	margin-top:-72px;
}

#flash_content {
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	height:100%;
	width:100%;
	z-index:10;
}

#flash_movie {
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	height:100%;
	width:100%;
	z-index:20;
}

