body {
  color: #ff0;
  background: black url(../images/bestix.jpg) no-repeat top center;
  font-size: large;
  font-family: Application, sans-serif;
}

h1 {
  color: #ff0;
  background-color: transparent;
  font-size: 400%;
  text-align: center;
}

#menu ul {
  text-align: center;
}

#menu li {
  display: inline;
  list-style-type: none;
  padding-right: 2em;
}

#menu a {
  text-decoration: none;
}

#menu a:link {
  color: #ff0;
  background-color: #000;
}

#menu a:visited {
  color: #f80;
  background-color: #000;
}

#menu a:hover {
  color: black;
  background-color: #ff0;
}


