#bgimage{
  background-image: url(../images/bg-image.png);
  background-position: left top;
  background-repeat: no-repeat;
  left:auto;
  right:auto;
  top:0;
  width:100%;
  height:300px;
  z-index: -99;
  position:absolute
}

