@charset "UTF-8";

.fsis-container {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index:0;
}

.fsis-image {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	z-index:1;
	display:none;
}
