body {
  background: #00425C url("../img/bg.jpg") no-repeat fixed center center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  font-size: 26px;
  font-family: "adelle-1","adelle-2", "Helvetica", "Arial", sans-serif;
}

div#horizon {
  position: absolute;
  bottom: 15%;
  left: 0;
  text-align: center;
  width: 100%;
}
  
  div#horizon div.wrapper {
    margin: 0 auto;
    position: relative;
    height: 60px;
    background: #fff;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
  }

  ul li {
    display: inline;
    height: 60px;
    width: 200px;
    padding: 0 20px;
    border-left: 2px solid #888;
    line-height: 60px;
  }

  ul li.first {
    border-left: none;
  }

    ul li a {
      height: 60px;
      color: #000;
      text-decoration: none;
      font-weight: bold;
      text-transform: lowercase;
    }

    ul li a:hover {
      border-bottom: 3px solid #333;
    }
