body {
  background: #76b996 url(../images/body-bg.jpg) repeat top left;
  color: #212f29;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	font-weight: 200;
	line-height: 1.125em;
}

#wrapper {
  margin: 12em auto 0;
  width: 48em;
  height: 24em;
}

h1 {
  text-align: center;
  font-size: 7.2em;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-shadow: #bcdcc4 0px 1px 2px;
  margin: 0 0 .5em;
  font-family: "aurea-ultra-1","aurea-ultra-2",serif;
}

img {
  display: block;
  margin: 0 auto 2em;
}

p {
  text-align: center;
  font-size: 1.4em;
  color: #257053;
  margin-bottom: 1em;
}

p a:link, p a:visited {
  color: #257053;
  text-decoration: none;
  border-bottom: rgba(26, 92, 66, .25) 1px dashed;
}

p a:hover {
  color: #1a5c42;
  border-bottom: rgba(26, 92, 66, .75) 1px dashed;
}
