body {
	color: #FFF;
	font-size: 16px;
	font-family: Georgia, serif;
	background: #4c4c4c;
}
a { color: #FFF; }
a:hover { color: #EBBD2B; }

#menu {
	display: block;
	z-index: 5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
}
#menu ul li {
	float: left;
	width: 58px;
	list-style: none;
	padding: 20px 0;
}
#menu ul li a{
	display: block;
	position: absolute;
	top: 0;
	z-index: 5;
	bottom: 0;
	padding: 10px;
}
#menu ul li a:hover {
	color: #000;
	background: #EBBD2B;
}

#site-name {
	position: absolute;
	z-index: 10;
	top: 30px;
	opacity: 0.7;
	-moz-opacity: 0.7;
}
#site-name h1 {
	padding: 0;
	margin: 0;
	font-size: 128px;
	position: absolute;
	z-index: 10;
}
#site-name h1 a {
	text-decoration: none;
}
#content {
	font-size: 16px;
	position: absolute;
	z-index: 15;
	top: 120px;
	bottom: 0;
	left: 0;
	padding: 0 25px;
	background: #000;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
}
#content #nav { 
	z-index: 20;
}
#content #nav ul {
	display: block;
}
#content #nav ul li {
	float: left;
	list-style: none;
	margin: 6px;
}
#content #nav ul li a {
	color: #ffc000;
	font-weight: bold;
	display: block;
	padding: 10px 14px;
	background: #333;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
}
#content #nav ul li a:hover {
	color: #000;
	background: #ffc000;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
#content p {
	clear: left;
	line-height: 24px;
	margin-top: 75px;
}
