* {
  font-family: verdana, sans-serif;
  padding: 0;
  margin: 0;
}

body {
  text-align: center;
  line-height: 1.2em;
}

.main {
  width: 900px;
  text-align: left;
  margin: 35px auto;
}

img.logo {
  position: fixed;
  top: 20px;
}

h1, h2, section {
  margin: 0 0 15px 100px;
}

h1 {
  color: #ADAD87;
  font-family: arial, sans-serif;
  font-size: 50px;
  font-weight: bold;
}

h2 {
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 100;
  text-align: right;
  letter-spacing: 1px;
}

section {
  position: relative;
  width: 800px;
}

section h3 {
  position: absolute;
  padding: 15px;
  margin: 0;
  color: white;
  font-size: 25px;
  font-weight: normal;
}

section p {
  padding: 15px 50px 15px 275px;
  font-size: 12px;
}

.footer {
  border-bottom: 1px solid #999;
}

.green { background-color: #E7F2B1; }
.brown { background-color: #CCCCB5; }
.grey { background-color: #A9A8A8; }