body {
	background-color: #231F20;
	margin: 0px;
	padding: 0px;
}
#header {
	z-index: 1;
	min-width:940px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9A8348;
	z-index: 2;
	position:absolute;
	left: 50%;
	top: 50%;
	width: 940px;
	height: 356px;
	margin-top: -128px; /* half of the height */
	margin-left: -470px; /* half of the width */
	line-height: 18px;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #9A8348;
	font-weight: bold;
	text-decoration: none;
}
h1 {
	padding: 5px;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 0.5em;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
li {
	padding: 5px;
}
