div#preload { display: none; }

.tagbar {
	display: block;
	position: relative;
	margin: 0 auto;
	display: block;
	background-color: #0b4212;
	color: #fff;
	font: .65em/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	width: 950px;
	opacity: 1;
	letter-spacing: .2em;
}

.watermark {
	background: #000 url(/img/blankboard-950.jpg);
	width: 950px;
	height: 536px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.watermark img.blank {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

a:link { text-decoration: none; color: #eeeeee; }
a:active { text-decoration: underline; color: #eeeeee; }
a:visited { text-decoration: none; color: #eeeeee;}
a:hover { text-decoration: none; color: #000000;
	background-color: #ffffff;
}

