/* captivus Design, Copyright (C) 2006 Martin Wegner. */

body {
	background-color: #000;
	background-image: url(./solar-eclipse-3.jpg);
	background-repeat: no-repeat;
	color: #2B2B2B;
	font-family: sans-serif;
	font-size: 10pt;
}

p#hint {
	position: absolute;
	top: 1em;
	right: 1em;
	font-size: 0.8em;
}

p#hint a {
	color: #2E2E2E;
}

p#hint a:hover {
	color: #eee;
}

h1 {
	text-align: center;
}

div#story {
	width: 60%;
	margin-left: 20%;
	border: 1px solid #2B2B2B;
	padding: 1em;
}

div#story p {
	margin: 0.5em 0em;
}

p#copyright {
	margin-top: 2em;
	text-align: right;
	font-size: 0.6em;
}

