body {
  background-color: #eee;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
  position: absolute;
  left: 20px;
  top: 75px;
}

h2 {
  position: absolute;
  left: 650px;
  top: 125px;
}

a {
  color: #4E678E;
}

.frame {
  margin: 10px auto;
  max-width: 1200px;
  min-width: 850px;
  width: 95%;
}

.header {
  background-color: #4682B4;
  color: #fff;
  height: 223px;
  position: relative;
}

.content-area {
  background-color: #D3DBD6;
  border-bottom: 15px solid #4E678E;
  padding: 10px 20px;
}