#floater {
	width: 904px; height: 604px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -452px;
	margin-top: -302px;
}

#text-floater {
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

#errors {
	border: medium solid red;
	background-color: #fee;
	padding: 5px;
	display: none;
}

#view {
	border: medium solid black;
	cursor: grab;
}

body {
	background-color: #1c1c1c;
	color: #aaa;
}

h1 { text-align: center; }

header {
	position: fixed;
	overflow: hidden;
	left: 0; right: 0;
	top: 0; height: 1em;
	background-color: #2c2c2c;
	border-bottom: thin solid black;
	padding: 4px;
	text-align: center;
	z-index: 1;
}

footer {
	position: fixed;
	overflow: hidden;
	left: 0; right: 0;
	bottom: 0; height: 1em;
	background-color: #2c2c2c;
	border-top: thin solid black;
	padding: 4px;
	z-index: 1;
}

footer li {
	display: inline;
	padding-left: 5px;
}

footer ul { margin: 0; padding: 0; }

a {
	color: #b8b8b8;
}

#content {
	position: fixed;
	overflow: auto;
	left: 0; right: 0;
	top: 1em; bottom: 1em;
}

#last-update {
	float: right;
	font-style: italic;
}

#copyright {
	float: right;
}

.left {
	float: left;
}