body {
	background-color: black;
	color: white;
	font-family: times,sans-serif;
	font-size: 11pt;
}

div { background-color: transparent; }

div.contentcontainer {
	position: relative;
	top: 100px;
	float: left;
	border: 3px solid white;
	width: 1008px;
	height: 396px;
}
div.content {
	position: absolute;
	border: 0px solid red;
	padding: 4px;
	width: 499px;
	height: 386px;
	overflow: auto;
}
/* dude, I rocked the CSS2 multiple classes */
div.left { left: 0px; }
div.right { left: 504px; }

div.navbar {
	clear: left;
	position: relative;
	top: 110px;
	background-image: url('images/beast.jpg');
	background-repeat: no-repeat;
	background-position: right;
	border: 0px solid gray;
	height: 60px;
	width: 1008px;
}
div.navbar a {
	float: right;
	font-family: courier;
	font-size: 11pt;
	font-weight: 700;
	color: white;
	margin-right: 20px;
	margin-top: 35px;
}
div.navbar a:hover { color: rgb(140,140,250); }
a { 
	color: rgb(230,180,235); 
	text-decoration: none;
}
a:hover { color: rgb(240,140,100); }
