@charset "utf-8";
/* This stylesheet defines the overall look of the site and placement key elements */

html,body {
	background-color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

DIV#container {
	position:absolute;
	top:50%;
	left:50%;
	width:820px;
	height:515px;
	margin-top:-257px;
	margin-left:-410px;
}
DIV#leftwhitebox {
	position:relative;
	width:5px;
	height:515px;
	float:left;
	background-color:#FFF;
}
DIV#rightwhitebox {
	position:relative;
	width:5px;
	height:515px;
	float:right;
	background-color:#FFF;
}
DIV#topwhitebox {
	position:relative;
	width:804px;
	height:23px;
	margin:0 auto;
	background-color:#FFF;
}
DIV#center {
	position:relative;
	width:802px;
	height:459px;
	margin:4px auto;
	background-color:#454545;
	border:#808080 solid 1px;
	z-index:1;
}
DIV#bottomwhitebox {
	position:relative;
	width:804px;
	height:23px;
	margin:0 auto;
	background-color:#FFF;
}
DIV#pagetitle {
	position:absolute;
	width:813px;
	height:26px;
	left:0px;
	top: -30px;
}
DIV#copyright {
	position:absolute; 
	left:50%; 
	margin-left:-300px; 
	text-align:center; 
	top:625px;
	width:600px; 
	color:white;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
}
	#copyright a {
		color:#7cac2d;
		text-decoration:none;
		}
	#copyright a:hover {
		color:white;
		}
.logo {
	position:absolute; 
	left:342px; 
	top:179px;
	width:124px;
	height:115px;
	background-image:url(../images/logo.gif);
	z-index:-100;
}
.logo_faded {
	position:absolute; 
	left:342px; 
	top:179px;
	width:124px;
	height:115px;
	background-image:url(../images/logo_faded.gif);
	z-index:-100;
}
