@charset "utf-8";
/* CSS Document */
body {
	background:#121212;
	margin:0px;
	color:#ededed;
	font: normal 100% arial, sans-serif;
}
.dark_text { 
  	color: #999999;
}
#main {
	position:absolute;
	width:900px;
	height:600px;
	top:50%;
	left:50%;
	margin-left:-450px;
	margin-top:-300px;
}
#header {
	position:relative;
	height:60px;
}
#logo { 
	width:273px;
	float:left;
	height:38px;
	margin:15px 0px 0px 0px;
}
#menu {
	float:right;
	margin:35px 0px 0px 0px;
}
#container {
	position:relative;
	height:525px;
}
#footer {
	position:relative;
	height:15px;
	font:normal 70% arial, sans-serif;
}
#copyright { 
	width:750px;
	float:left;
	height:15px;
}

