body {
  font-family: helvetica, sans-serif;
  margin: 100px;
}

h1 {
  font-size: 16px;
}

#content {
  width: 268px;
  margin: auto;
  text-align: center;
}

#main {
  width: 268px;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

#info {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  bottom: 10px;
  width: 100%;
}

#email {
  text-indent: -9999px;
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(email.png) no-repeat;
  position: absolute;
  top: 5px;
  right: 5px;
}

#twitter_button {
  margin: auto;
  width: 100px;
}

#quote {
  font-style: italic;
  font-family: georgia, serif;
  font-size: 13px;
  margin: 50px 0;
  text-align: left;
}

#quote a {
  color: #000;
  text-decoration: none;
}

#quote p {
  line-height: 160%;
}

#quote p:before {
  content: "“";
  font-weight: bold;
}

#quote p:after {
  content: "”";
  font-weight: bold;
}

#quote cite {
  display: block;
  text-align: right;
}

#quote cite:before {
  content: "— ";
}
