div, p, ul, li {
	font-family: arial,helvetica,sans-serif;
	font-size: 10pt;
}
body {
	background-color: #CC0000;
}
div.box {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -300px;
	width: 900px;
	height: 570px;
}
div.title {
	position: absolute;
	top: 42px;
	left: 100px;
	width: 586px;
	background-color: #000000;
	color: #FFEECC;
	font-size: 24px;
	font-weight: bold;
	padding: 8px;
	text-align: center;
}
div.subtext {
	position: absolute;
	bottom: 20px;
	left: 100px;
	width: 586px;
	background-color: #000000;
	color: #FFEECC;
	padding: 8px;
	font-size: 14px;
}
div.blackbox {
	position: absolute;
	height: 94%;
	top: 5%;
	right: 60px;
	width: 48px;
	background-color: #000000;
}
div.vdbergh {
	position: absolute;
	right: 60px;
	top: 50%;
	height: 320px;
	margin-top: -250px;
	background-color: #000000;
	color: #FFEECC;
	font-size: 36px;
	font-weight: bold;
	padding: 10px;
}
img.titleimage {
	position: absolute;
	top: 100px;
	left: 100px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
span.quote {
	font-style: italic;
}
