body {
  background-color: #009b48;
  color: #fff;
  margin: 0;
  padding: 0;
}

#content {
  background-color: #333;
  color: #fff;
  width: 800px;
  margin: 0 auto;
  padding: 15px 0 0 0;
  position: relative;
  z-index: 100;
}

#menu {
  background-color: #fff;
  float: left;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 0;
  width: 98%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#menu li {
  float: left;
  font-family: "Trebuchet Unicode MS", "Trebuchet MS", "Arial", "Helvetica", sans-serif;
  margin: 2px; 
  padding: 0;
  cursor: pointer;
}

#menu a {
  color: #ff7900;
  display: block;
  float: left;
  font-weight: bold;
  margin: 0;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
}

#menu a.selected {
  background-color: #ff7900;
  color: #009b48;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#menu a:hover {
  background-color: #ff7900;
  color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#menu a.selected:hover {
  background-color: #ff7900;
  color: #fff;
  cursor: default;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#faux-back {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 0;
}

#faux-back img {
  height: 100%;
  width: 100%;
}
