body {
	background-color: black;
}

/*
 * This requires the following as the first item in the <body> tag:
 * <div id="background-img"><img src="/static/images/EarthBackground.jpg" /></div>
*/
#background-img {
	z-index: -1;
	position: absolute;
	overflow: hidden;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
}

#background-img img {
	width: 75%;
}

#headerlinks, thead {
	background: #3957aa;
	border-color: #2e3436;
}

.sidebox h2 {
	border-color: #3957aa;
}

