body {
  font-family: Verdana;
  font-size: 10pt;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #fff;
  background-image: url(../images/bg.png);
  background-repeat: repeat-x;
  background-position: top;
  padding: 0px;
  margin: 0px; }
  body .container {
    padding: 0px;
    width: 800px;
    margin: 0px auto;
    text-align: left;
    margin-top: -10px; }
    body .container .banner {
      background-image: url(../images/banner.png);
      height: 171px;
      width: 800px;
      float: left;
      margin-bottom: 20px;
      margin-top: 0px; }
    body .container .content {
      width: 800px;
      float: left;
      padding: 60px 0px; }
      body .container .content p {
        margin: 10px 20px; }
      body .container .content strong {
        font-size: 11pt;
        font-weight: bold; }
        body .container .content strong .big {
          font-size: 14pt; }
      body .container .content .imageBox {
        text-align: center;
        margin: 20px; }
        body .container .content .imageBox .caption {
          size: 9pt;
          color: #999;
          margin: 5px 20px;
          font-style: italic; }
    body .container .footer p {
      size: 9pt;
      color: #999;
      margin: 10px 20px; }
      body .container .footer p a {
        color: #333;
        text-decoration: none; }
        body .container .footer p a:hover {
          color: red; }
