body {
  margin-top: 0;
  font-family: Papyrus, Raavi, "Book antiqua", "Trebuchet MS", Optima, "Comic Sans MS", sans-serif;
  line-height: 200%;
  color: white;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  background-color: black;
  background-image: url(pattern.jpg);
}

#content h1 {
color: rgb(252, 179, 105);
text-align: center;
}

#content a{
color: black;
}

#content {
  margin-left: auto;
  margin-right: auto;
  width: 600px;
  height: auto;
  color: rgb(180, 140, 80);
  text-align: justify;
  text-decoration: none;
}

#header {
  height: 240px;
  background-image: url(yla.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 0;
}

#navbartop {
  padding-top: 200px;
}

#navbartop ul li {
  display: inline;
}

#navbartop a {
  text-decoration: none;
  color: rgb(204, 164, 106);
}

#container {
  margin-left: auto;
  margin-right: auto;
  width: 650px;
  height: auto;
  background-color: black;
}

#footer {
  background-color: black; 
  text-align: center;
  padding-top: 0;
  padding-bottom: 1px;
  color: rgb(138, 59, 11)
}

