body {
	color: #fff;
	background: #5b3f2c url(http://resources.campegg.com/images/campegg/body_bg.jpg);
	font: 100% 'lucida grande', 'lucida sans unicode', 'helvetica neue', 'deja vu sans', helvetica, arial, sans-serif;
}

a:link, a:visited {
	text-decoration: none;
	color: #a6a6a6;
}

a:hover, a:active {
	text-decoration: none;
	color: #fff;
}

div#container {
	width: 50em;
	height: 6em;
	text-align: center;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-webkit-border-top-right-radius: 0.5em;
	-webkit-border-bottom-right-radius: 0.5em;
	background: #000;
	position: relative;
	top: 6em;
	filter:alpha(opacity=8);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

h1, ul, li {
	margin: 0 0.75em;
	line-height: 6em;
	display: inline;
}

h1 {
	font-weight: bold;
}