@import url("/reset.css");

html { 
  background: url(/images/BG.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 95%;
  font-weight: 400;
  line-height: 180%;
  color: #ffffff;
}
a:link, a:visited {
  color: #ffffff;
  outline: none;
  text-decoration: none;
  font-weight: 500;
}
a:hover {
  color: #ff7e00;
}
a img {
  border: none;
}
body img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5em;
  margin-bottom: 2em;
  display: block;
}
body #nav {
  width: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1em;
  border-top: white solid 1px;
  padding-top: 0.8em;
  text-align: center;
}
body #nav ul {
  text-align: align left;
  margin: 0 auto;
}
body #nav ul li {
  display: inline;
  list-style: none;
  padding-left: 1em;
  padding-right: 1em;
  border-right: white solid 1px;
}
body #nav ul li:last-child {
  border-right: none;
}
body #hr {
  width: 370px;
  margin: 0 auto;
