body {
	margin: 0px;
	background-color: black;
	background-image: url('/images/bg.gif');
	background-repeat: repeat-y;
	font-family: Verdana;
	font-size: 11px;
	color: white;
}
/* Begin: GLOBALS */
a {
	color: #cc4f56;
}
a:hover {
	color: #ee5e67;
}
img {
	border: 0px;
}
br.clear {
	clear: both;
}
/* End: GLOBALS */
div.main div.header {
	width: 535px;
	height: 509px;
	background-image: url('/images/header.jpg');
	background-repeat: no-repeat;
}
div.main div.menu {
	padding-left: 5px;
	position: absolute;
	top: 5px;
	left: 524px;
	width: 156px;
	font-size: 11px;
}
div.main div.layout {
	margin-left: 10px;
	padding-top: 10px;
	width: 450px;
}
div.main div.date {
	position: absolute;
	top: 480px;
	left: 45px;
	width: 452px;
	font-size: 9px;
	text-align: right;
}
div.main div.subtitle {
	position: absolute;
	top: 480px;
	left: 10px;
	border-bottom: 2px solid gray;
	font-weight: bold;
	font-size: 22px;
}
div.main div.content {
	margin-bottom: 10px;
}
div.main div.copyright {
	padding-bottom: 7px;
	font-size: 9px;
}
