body {
	background-color: #232323;
	margin-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

h1 {
	font: 22px Times New Roman, Times, serif;
	font-weight: bold;
	color: #ffeb16;
	letter-spacing: -1px;
	line-height: 90%;
	text-transform: uppercase;
}

a.h1:link, a.h1:visited, a.h1:active { color: #fefefe; text-decoration: none; }
a.h1:hover { color: #ffeb16; text-decoration: none; }

h2, p {
	font: 11px Helvetica, Arial, sans-serif;
	color: #9a9a9a;
	line-height: 100%;
	text-transform: uppercase;
	margin: 5px 0 15px 0;
}

h3 {
	font: 11px Helvetica, Arial, sans-serif;
	color: #fefefe;
	line-height: 100%;
	text-transform: uppercase;
	margin: 5px 0 0 0;
}

a:link, a:visited, a:active {
	color: #fefefe;
	text-decoration: underline;
}

a:hover {
	color: #ffeb16;
	text-decoration: underline;
}

.footer {
	font: 9px Helvetica, Arial, sans-serif;
	color: #9a9a9a;
	text-transform: uppercase;
}

a.footer:link, a.footer:visited, a.footer:active { color: #fefefe; text-decoration: none; }
a.footer:hover { color: #ffeb16; text-decoration: none; }

#left_content {
	position: absolute;
	top: 36px;
	left: 30px;
	width: 195px;
}

#main_content {
	position: absolute;
	top: 36px;
	left: 288px;
	width: 600px;
}

#back_button {
	position: absolute;
	top: 24px;
	right: 30px;
}

#footer {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

body > div#footer { position: fixed; }


