@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
#outerwrapper {
	background-color: #009933;
	text-align: left;
	height: 600px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#header {
	position:absolute;
	width:980px;
	height:115px;
	z-index:1;
	left: 0px;
	top: 0px;
	background-color: #0099FF;
}
#buttons_bar {
	position:absolute;
	width:984px;
	height:600px;
	z-index:2;
}
#main_area {
	position:absolute;
	width:820px;
	height:454px;
	z-index:30;
	left: 5px;
	top: 120px;
	overflow: auto;
}
#buttons {
	position:absolute;
	width:803px;
	height:600px;
	z-index:4;
	left: 180px;
	top: 0px;
}
#title {
	position:absolute;
	width:361px;
	height:100px;
	z-index:1;
	left: 8px;
	top: 8px;
}
#copyright {
	position:absolute;
	width:983px;
	height:20px;
	z-index:5;
	left: 0px;
	top: 580px;
	text-align: center;
}
