.center {text-align: center;}

body {background: #470215;}

#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	}

#logo {
	width: 400px;
	}

#links {
	position: absolute;
	top:0px;
	left: 430px;
	width: 560px;
	font-family: Century Gothic, Futura, Verdana, sans serif;
	font-size: 24px;
	font-weight: 900;
	color: #ffe8c8;
	text-align: center;
	border-bottom: solid 4px #a46055;
	}

a {
	text-decoration: none;
	color: #ffe8c8;
	}
a:hover {
	text-decoration: underline;
	color: #e2af3a;
	}