.container {
  width: 615px;
  margin-left: auto;
  margin-right: auto;
}
.container p {
  clear: both;
}
div.quote {
  width: 480px;
  height: 120px;
  margin: 20px 0 0 0;
  padding: 40px 45px 0 30px;
  background-image: url("/img/quote_bg.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
  line-height: 20px;
  font-size: 14px;
  font-style: italic;
  color: #999999;
  text-align: center;
}
p.support {
  margin: 20px 0;
}
p.support img {
  margin: 0 20px 0 0;
}
p.to-top {
  margin: 20px 0 10px 0;
}
