/* age disclaimer css, specifcally for overlay */
/* written by nick d */

.overlay { /* rewritten (and renamed) by nick d */
	background-image: url('../images/background.jpg');
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9991;
}