#header {
  height: 100px;
  overflow: hidden;
  /*background: transparent url(../img/home/header-bg-pattern.png) 0 0 repeat-x;*/

  background: url(../img/header-bg2.png) center 0 no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
#payoff {
  font-family: 'FunktionRegular', Georgia, serif;
  color: white;
  text-shadow: 2px 2px 2px #000000;
  font-size: 2.5em;
  position: absolute;
  top: 80px;
  left: 350px;
  width: 600px;
  line-height: 1.5em;
}
h1#logo {
  display: block;
  float: left;
  margin: -6px 0 0 15px;
  overflow: hidden;
  background: transparent url(../img/home/yoleo-logo.png) 0 0 no-repeat;
  text-indent: 9999px;
}
h1#logo a {
  display: block;
  width: 153px;
  height: 60px;
}
#header-menu {
  top: 0;
  height: 100px;
  line-height: 80px;
}
#header-menu > * {
  display: block;
  float: left;
  font: bold 20px Arial, sans;
  color: #1f1f1f;
  text-shadow: 0 1px rgba(255, 255, 255, 0.2);
}
#header-menu a {
  margin: 20px 0 0 10px;
  text-decoration: none;
}
#header-menu a:hover,
#header-menu a:active,
#header-menu a.active {
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}
#header-menu a.light {
  font-weight: normal;
}
#header-menu hr {
  display: inline-block;
  margin: 18px 0 0 10px;
  border: 0;
  height: 18;
}
#header-menu hr:before {
  content: '|';
}

#header-menu a.social {
  float: right;
  width: 38px;
  height: 38px;
  margin: 10px 8px 0 0;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-size: contain !important;
}

#header-menu a.social:hover {
  zoom: 1;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

#header-menu a.btn-facebook {
  margin-right: 20px;
  background: transparent url(../img/home/btn-facebook.png) 0 0 no-repeat;
}

#header-menu a.btn-twitter {
  background: transparent url(../img/home/btn-twitter.png) 0 0 no-repeat;
}

