
#main {
  background: #e5d7b4;
}

#logo {
  background-color: #ad9869;
}

#navigation {
    background:         #b9a374;
}

#content {
   background: #e5d7b4;
}

#links {
  background: #ceb889;
  padding: 0.2em;
  overflow: hidden;
}

#footer {
    background: #c4ae7e;
}