body {
	background-color: black;
	background-image: url(/images/sand_dunes.png);
	background-attachment: fixed;
	background-size: cover;
	font-family: sans-serif;
}

#moon {
	position: fixed;
	top: 20px;
	left: 25px;
}

#page {
	position: relative;
	width: 800px;
	margin: 180px auto;
	padding: 10px;
	color: black;
	background-color: white;
}

#page a {
	color: black;
	text-decoration: none;
}

#content {
	float: left;
	margin: 20px 35px;
}

#content h1 {
}

#content h2 {
}

#content h3 {
}

#content p {
}

#content blockquote {
	padding: 1em;
	background-color: #c3c3c3;
	font-style: italic;
}

#content pre {
	color: white;
	background-color: black;
	padding: 0.5em 1em;
	overflow: auto;
}

#content ul,ol {
	list-style: square;
}

#content a {
	text-decoration: underline;
}

#content a:hover {
	color: white;
	background-color: black;
}

#content div.note, div.warning {
	clear: right;
	margin: 0.5em 0 0.5em 0;
	padding: 0.5em;
	border: 10px solid black;
}

#content div.note {
	background-color: #a8ffa8;
}

#content div.warning {
	background-color: #ffa8a8;
}

#sidebar {
	border-left: 5px solid black;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu > li {
	float: left;
	width: 25%;
	color: white;
	text-align: center;
	font-size: 200%;
	background-color: black;
}

#menu > li > a {
	color: white;
}

#menu > li > a:hover {
}

#footer {
	clear: both;
	padding: 10px;
	color: gray;
	background-color: black;
	font-size: x-small;
}
