body, html {
	margin:0;
	padding:0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#7d584e;
	background:url(img/background.jpg) top center no-repeat #2a140e;
	min-height:100%;
	height:100%;
}

a {
	color:#7d584e;
	text-decoration:none;
}

a:hover {
	color:#fff
}

#logo {
	width:400px;
	height:100px;
	padding:380px 0 0 0;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-240px;
	background:url(img/logo-rumbar-artwork.png) top center no-repeat;
}

#logo span {
	display:block;
	height:43px;
	width:289px;
	margin:0 auto;
	position:relative;
	background:url(img/hyperlinks.jpg) top center no-repeat;
}

#logo span a {
	text-indent:-10000px;
	display:block;
	width:75px;
	height:25px;
	float:left;
	margin:8px 10px;
}

#copyright {
	text-align:center;
	margin-top:20px;
}
