#overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0.8;
	z-index: 100;
	background-color: #000;
	}

#overlay.hidden {
	display: none;
	}
	
#overlay a {
	position: absolute;
	left: 795px;
	bottom: 5%;
	color: #FFF;
	}
	
#overlay a:hover {
	text-decoration: underline;
	}
	
#overlayed-image {
	position: absolute;
	left: -9999px;	
	z-index: 500;
	}
