* {
  margin: 0;
  padding: 0;
  border: 0;
  
}

html, body {
  height: 100%;
}

body {
  text-align: center;
  background: #000000;
  color: #A99765;
  font: 1em Times, "Times New Roman", serif;
}

#container {
  width: 900px;
  margin: 0 auto 0;
  padding: 0;
  text-align: left;
  background: #000000 url("background.gif") left top repeat;
}

#header {
  width: 900px;
  height: 325px;
  background: url("logo-jutland.gif") left top no-repeat;
}

#middle {
  clear: both;
  width: 9OOpx;
  padding: 15px 40px 15px 40px;
  font: 1.1em Times, "Times New Roman", serif;
}

#language {
  margin-left: 34px;
}

#language a {
  color: #A99765;
}

#rootline {
  margin-left: 44px;
}

#rootline ul li {
  list-style: none;
  display: inline;
}

#rootline ul li a {
  color: #A99765;
}

#footer {
  clear: both;
  margin-top: 20px;
  background: url("footer-jutland.gif") left top no-repeat;
  padding-left: 38px;
  font: 0.8em Times, "Times New Roman", serif;
  height: 80px;
}

#footer ul li {
  list-style: none;
  display: inline;
}

#footer ul li a {
  text-decoration: none;
}

#footer ul li a {
  color: #A99765;
}

#footer ul li a:hover {
  color: #000000;
  background-color: #A99765;
}
