*
{
	background: black;
	color: white;
}

.watermark
{
	background: black;
	/*removed image url("../images/background.jpg")*/
	background-repeat: no-repeat;
	background-position: center;
}
.captionstyle
{
	color: black;
	font-size: 100%;
	font-family: Helvetica, Arial, sans-serif;
	text-align: left;
	padding: 2em;
	background-color: white;
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 0 0;
	width: 400px;
}
