@charset "utf-8";



html, body{
	margin:0;
	padding:0;
}

#flash{
	width:100%;
	height:100%;
	position:absolute;
	min-height:590px;
	min-width:950px;
	left:0;
	top:0;
	z-index:1;
	background:#FFF;	
	overflow:hidden;	
}

body {

	background:#990000;
	position:absolute;
	width:100%;
	height:100%;

}



#noflash{

	height:100%;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	z-index:-1;
	overflow:hidden;

}