@charset "utf-8";
/* CSS Document */

body{
	height:100%;
	background:#000000;
}
#flash{
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:hidden;
	background:#fff;
}
