body {
	margin: 0;
	padding: 0;
	}
.background {
	background-image: url(http://sclayton.net/c3ad/c3ad-art/c3ad-gradient.jpg);
	background-color: #666666;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;	
	z-index: 0;
	}
.main-nav {
	width: 300px;
	height: 600px;
	position: absolute;
	top: 60px;
	left: 60px;
	border-right: 1px solid #cccc66;
	margin: 0;
	padding: 0;
	}
.title {	
	color: #ff9966;
	}
.title ul {
	font-family: helvetica, arial, sans-serif;
	list-style-type: none;
	}
.buttons{
	position: absolute;
	top: 180px;
	}
.buttons ul {
	font-family: helvetica, arial, sans-serif;	
	list-style-type: none;
	}
.buttons a {
	font-size: .8em;
	text-decoration: none;
	color: #ff9966;
	}
.buttons a:hover {
	color: #ff6633;
	}
.sites {
	color: #cccc66;
	}
.main-buttons a:hover {
	color: #cc0000;
	}
.page {
	position: absolute;
	top: 240px;
	left: 470px;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.3em;
	color: #cccc66;
	}