#header{
  width: 100%;
  height: 100px;
  background-image: url('../images/header_back_fixed.png');
  background-position: top left;
  background-repeat: no-repeat;
}

#header-logo{
  float: right;
  padding: 5px 20px 0px 0px;
}

#header-title{
  padding: 67px 0px 0px 110px;
  text-align: center;
}

