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%;
}

#logo{
	margin-top: 50px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
	background: url(logo.png);
	width: 900px;
	height: 200px;
}

#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;
}

#content-holder{
	background: url(content-bg.png);
	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;
}