
.header {
  width: 1170px;
  height: 240px;
  background-position: 45px 30px;
  background-repeat: no-repeat;
    background-color: #FFFFFF;
  border: 1px solid #000000;
  border-radius: 3px 3px 3px 3px;  
}

hr.headline {
  border: medium none;
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #004C90;
  margin: 0;
}

hr.footerline {
  border: medium none;
  bottom: 0;
  display: block;
  height: 12px;
  left: 0;
  position: fixed;
  width: 100%;
  background-color: #004C90;
  margin: 0px;
}

.content a {
  }