html { height: 100%; }
body {
	margin: 0; padding: 0; height: 100%;
	cursor: default; overflow: hidden;
	font-family:  Lucida Sans, Lucida Grande,Swis721 BT, Trebuchet MS, Arial, sans-serif;
	font-size: 8.5pt; color: #888; text-decoration: none;
}
#background {
	position: absolute; left: 0; top: 0; width: 100%; height: 100%;
	background: transparent url(header.png) no-repeat center top;
}