html, body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-weight: normal;
	color: #111;
	font-size: 0.9em;
	background-color:#000;
	min-height: 100%;
}
html>body, html>body #wrapper {
    height: auto;
}
h1 {
	font-weight:normal;
	margin:0;
	padding:0;
	text-indent:-9999px;
}
h2 {
	font-size: 1.25em;
}
p, table {
}
a {
	color:black;
	text-decoration:underline;
}
#page {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	position:absolute;
	z-index:1;
	display:block;
}
#page-background {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	position:absolute;
	z-index:1;
	display:block;
}
#centered {
	margin:0 auto;
	width:900px;	
}
#title {
	top:12px;
	position:relative;
	width:835px;
	height:148px;
	z-index:2;
	clear:left;
}
#title-background {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	position:absolute;
	z-index:1;
}
#info {
	position:absolute;
	top:135px;
	width:820px;
	clear:left;
	padding:12px;
	z-index:50;
	font-size:1.3em;
	font-weight:bold;
	line-height:1.1em;
}
#footer {
	position:absolute;
	bottom:0;
	padding:10px;
	color:#555;
	z-index:1001;
	width:835px;
	text-align:center;
	clear: both;
	overflow: visible;
	background-color:#000;
}
#footer a {
	color:#555;
}
.highlight {
	background-color: #FF6;
	padding:2px;
}
.note {
	font-size:70%;
	font-weight:normal;
	color:#222;
}
dl {
	margin:5px 0;
}
dt {
	float: left;
	width: 4.5em;
	text-align: right;
	color: #222;
}
dd {
	margin: 0 0 0.3em 5.5em;
}
dd a {
	color: black;
}
