html,
body {
  margin: 0;
  padding: 0;
}

body {
  background: rgb(163,195,0);
  color: black;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 18px;
  min-width: 1000px;
}

h1,
h2 {
  color: rgb(204,7,30);
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
}

h1 {
  font-size: 30px;
  line-height: 36px;
}

h2 {
  margin: 25px 0;
}

.page {
  margin: 0 auto 80px;
  position: relative;
  width: 960px;
}

.content-wrapper {
  background: url('../img/body-bgd.png') center center no-repeat;
  height: 659px;
  margin: 80px 137px 0;
  position: relative;
  width: 686px;
}

.content {
  display: block;
  height: 400px;
  margin: 0 auto;
  padding-top: 180px;
  position: relative;
  width: 400px;
}

.logo {
  background: url('../img/flohzirkus-logo.png') center center no-repeat;
  display: block;
  height: 134px;
  left: -137px;
  position: absolute;
  top: 0;
  width: 186px;
}

.contact-info {
  bottom: 0;
  position: absolute;
  right: 0;
}

.contact-info p {
  margin: 0;
}