body
{ 
background-image: url('/images/nomad_bg.jpg');
background-repeat: no-repeat;
background-position: top center; 

}

#footer {
	width:auto;
	margin:20px auto;
	text-align:center;
	color:#382516;
	font-family:serif;
	font-size:11px;
	text-transform:uppercase;
}
#footer span {
	color:#281612;
	padding:0 5px;
}
#footer a {
	text-decoration:none;
	color:#382516;
}
#footer a:hover {
	color:#bc8250;
}