#overlay {
	display: none;
	z-index: 100;
	position: fixed;
	top: 380px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#overlay #screen {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}
