body{
	background: url(back.png) fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}

hr{
	width: 80%;
}

#content-wrapper{
	width: 100%;
}

#header_links{
	background: #333;
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 5px 0 5px 0;
	text-align: center;
}

#logo{
	margin-top: 50px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	background: url(logo.png);
	width: 644px;
	height: 119px;
}

#logo-text{
	position:relative;
	top: 130px;
	left: 50px;
}

#logo-login{
	position:relative;
	top: 130px;
	left: 50px;
}

#login{
	padding-bottom: 20px;
	text-align: center;
}
#logged-in{
	text-align: right;
	font-size: 90%;
	margin-bottom: 20px;
}

#server_status_table{
	width: 70%;
}

#content-holder{
	background: #666;
	background: rgba(80,80,80,0.5);
	width: 878px;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 10px 10px 10px;
	border: thin solid #000;
	border-top: none;
}

a, a:visited{
	color: #0CF;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


#footer{
	clear: both;
	display: block;
	padding: 20px 20px 0px 10px;
	color: #141414;
	font-size: 90%;
	text-align: center;
}
#footer a, #footer a:visited{
	color: #009;
}
#footer a:hover{
	color: #00F;
	text-decoration:none;
	cursor: crosshair;
}

#edit {
	background: #023;
	border: solid thin #222;
	padding: 10px;
	color: #CCC;
}

#quick-info{
	float: left;
	width: 25%;
}

#main{
	float: right;
	width: 70%;
}

.form-good{
	width: 70%;
	color: #FFF;
	background: #060;
	border: thin solid #000;
	padding: 10px;
	margin: 0 auto 0 auto;
}

.form-bad{
	width: 70%;
	color: #FFF;
	background: #300;
	border: thin solid #000;
	padding: 10px;
	margin: 0 auto 0 auto;
}

#register_intro{
	padding: 10px 10px 10px 10px;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
	color: #009;
}