

#contents {
	position: relative;
	z-index: 0;
}


#notwatermark {
	position: relative;
	z-index: 1;
}


#watermark {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	margin: 3in 0 0 0;
	color: #f7f7ff;
	text-align: center;
	font-family: serif;
	font-size: .25in;
	font-weight: bold;
}


#watermark .title {
	display: block;
	font-size: .5in;
	line-height: .5in;
	text-decoration: underline;
}


