/* position the paragraphs, and we're done */

body {
  font-family: 'Helvetica Neue', 'Arial', 'sans-serif';
  color: #d9d9d9;
  text-align: center;
}

#theviewport {
  width: 100%;
  padding-top: 130px;
  background-color: #000;
}

h1 {
  width: 297px;
  height: 131px;
  text-indent: -9999px;
  margin: 0 auto;
  background: url(../images/dear-dustin-curtis/the_response.png) center center no-repeat;
}

#containment {
  width: 500px;
  text-align: left;
  margin: 0 auto;
  margin-top: 100px;
}

#containment h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  margin-bottom: 20px;
  text-shadow: #000 0 0 0;
}

p {
  font-size: 14px;
  line-height: 25px;
  padding-top: 20px;
  text-shadow: #000 0 0 0;
  color: #8d95a0;
	font-weight: 400;
}

p.callout {
  width: 300px;
  float: left;
}

.red {
	color: #ed1b28;
}

.blue {
	color: #4296ed;
}

#letter p {
  font-family: 'Georgia', 'serif';
  line-height: 30px;
}

