* html #poststuff {
	height: 100%; /* kill peekaboo bug in IE */
}
body {
	border: none;
	margin: 0;
	padding: 0;
}
hr {
	clear:	both;
	border:	solid 0px #888;
	height:	1px;
	background: #888;
}
div#wrapper {
	margin: 0;
	padding: 0;
}
div#header {
	border: none;
	background: #000;
	color: #fff;
	width: 100%;
	height: 128px;
	top: -32px;
	position: relative;
}
div#header h1 {
	top: 32px;
	left: 1em;
	position: relative;
}
div#body {
	background: #fff;
	color: #000;
	margin: 1em;
}
div#footer {
	background: #fff;
	margin: 1em;
}

h1, h2, h3 {
	font-family: "Lucida Sans Unicode","Helvetica","Osaka","MS UI Gothic","trebuchet ms", "lucida grande", verdana, sans-serif;
	font-weight: bold;
}
a {
	color: #048;
}
img {
	border: none;
}
a:visited {
	color: #840;
}
a:active, a:hover {
	color: #f00;
}
dl {
	line-height: 120%;
}
address {
	font-style: normal;
	font-family: monospace;
}
