.visibleDiv {
	visibility:visible;
	text-align:justify;
	font-size:14px;
	letter-spacing:.075em;
	width:750px;
	line-height:1.5em;
	font-weight:100;
}

.invisibleDiv {
	font-size:0%;
	visibility:hidden;
	height:0;
	width:0;
	maring:0;
	padding:0;
}

#message {
	font-size:13.25px;
}

.visibleDiv img {
	margin-bottom:8px;
}

#violator {
	/*set all of these for opacity... they don't conflict and cover a few browsers */
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

	position:absolute;
	top:0;
	background-color:#555555;
	line-height:1.25em;
	padding-top:5px;
	padding-bottom:5px;
	width:1000px;
	text-align:center;
}

#footer {
	font-size:11px;
	text-align:left;
	letter-spacing:.1em;
	margin-top:25px;
}
