
body{
	height:100%;
	background:#fff;
}

#flash{
	height:100%;
	width:100%;
	min-width:760px;
	min-height:600px;
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	background:#fff;
	
}

#top{
	height:100%;
	width:100%;
	min-width:760px;
	min-height:600px;
	
	position:absolute;
	left:0;
	top:0;	
	z-index:0;
	overflow:hidden;	
}
