/*  ---------------------- global ---------------- */
html, body, div, span,
h1, h2, h3, h4, h5, h6, p,
a, em, font, img, strong, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

:focus {
	outline: 0;
}

html {
	width: 100%;
	height: 100%;
}
body {
	background: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4a4b3a;
	width: 100%;
	height: 100%;
}

a {
  color: #614C19;
}
a:hover {
  color: #8b702e;
}

#container{
  position: relative;
  width: 975px;
  text-align: middle;
}
 