img {
	border-width: 0px;
}

body {
	background: #111111;
	font-family: arial, sans-serif;
	font-size: 0.85em;
	color: #766b59;
}
a, a:link, a:visited, a:active {
  color: #664210;
}
a:hover {
  color: #aa6e1b;
}

#container {
	margin: 0px auto 0px auto;
	position: relative;
	height:100%;
	width:800px;
}

#content {
	text-align: center;
	text-transform: uppercase;
	background-image: url('background.png');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 5% 0px 10% 0px;
}

#footer {
	width: 100%;
	border-top: 1px solid #30240e;
	color: #664210;
	font-size: 0.9em;
	text-align: center;
}

/*#content {
	position: absolute;
	top: 45%;
	width:100%; height:600px;
	margin-top: -300px;
	text-align: center;
	text-transform: uppercase;
	background-image: url('background.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#footer {
	position: absolute;
	width: 800px;
	bottom: 2%; left: 50%;
	margin-left: -400px;
	border-top: 1px solid #30240e;
	color: #664210;
	font-size: 0.9em;
	text-align: center;
	padding-top: 5px;
	
}*/
