html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #a37646;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #590b09;
}

a {
	color: #a37646;
}

a:hover {
	text-decoration: none;
}

br.clear {
	clear: both;
}

/* Main body wrapper */
#wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

#content {
	width: 920px;
	vertical-align: middle;
	text-align: left;
}

/* Header */
#header {
	position: absolute;
	width: 920px;
	padding: 8px 0 0 0;
	text-align: right;
}

#header ul {
	list-style-type: none;
	margin: 0 10px 12px 0;
}

#header ul li {
	display: inline;
	margin: 0 25px 0 0;
	font-size: 1.1em;
}

#header ul li a {
	text-decoration: none;
}

#header ul li a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	clear: both;
	width: 920px;
	padding: 12px 0	12px 0;
	text-align: center;
}

#footer p {
	margin: 0 0 12px 0;
	font-size: 0.9em;
}