/* TEMPORARY OVERLAY PUZZLE */
div#temp-overlay{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -450px;
	width: 900px;
	height: 1222px;
	z-index: 2;
}