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

#splash{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000000;
	display: block;
}

#splash iframe{
	width: 100%;
	height: 100%;
}

#splash.hide{
	display: none;
}