#splash {
	width: 1024px;
	height: 576px;
}

#fullscreen_modal {
	position: absolute;
	display: none;
	z-index: 50;
	left: 0px;
	top: 0px;
	width: 1024px;
	height: 576px;
	background-color: rgba(0, 0, 0, 0);
}

