* {
  padding: 0;
  margin: 0;
}

body {
  font-family: arial, sans-serif;
}

.wrap {
  max-width: 800px;
  border: 1px solid #999;
  margin: 0 auto;
}

.site-header {
  background: #151718;
}

.logo {
  height: 110px;
}

.site-body {
  background: #00a7c8;
  color: #fff;
}

.site-body p, .site-footer p {
  line-height: 1.75;
  margin: 0 20px 20px 20px;
}

.site-footer {
  background: #fff;
  color: #191919;
}

h1 {
  font: normal 1.25em "Carrois Gothic SC", sans-serif;
  text-align: center;
  border-bottom: 1px solid #0098b5;;
  padding: 25px 0;
  margin-bottom: 25px;
}

h2 {
  font: normal 1.25em "Carrois Gothic SC", sans-serif;
  text-align: center;
  border-bottom: 1px solid;
  padding: 25px 0;
  margin-bottom: 25px;  
}

.group:before,
.group:after {
    content: " ";
    display: table;
}

.group:after {
    clear: both;
}