body {
	background-color: hsl(240,50%,7%);
	background-image: url('/images/circuit_bg.png');
	background-position: center top;
	color: hsl(205,100%,60%);
}
.main {
	background: hsl(205,100%,15%);
}
footer.main {
	border-top: 3px solid hsl(120,81%,15%);
	font-size: 14px;
	color: hsl(120,100%,30%);
}
#content {
	background: none;
}

#hoverNav, #hoverNav nav {
	background: hsl(120,81%,15%);
}
#hoverNav li > a {
	color: hsl(120,80%,60%);
}
#hoverNav li:hover,
#hoverNav .selected {
	background: hsl(120,81%,20%);
}

footer.main .footLinks li > a,
footer.main .copyright a {
	color: hsl(120,100%,30%);
}
header {
	color: hsl(120,100%,30%);
}