        div#banner p#testimonial {
          width: 370px;
          padding-top: 195px;
          margin-top: 0;
          margin-bottom: 10px;
          font-size: 14pt;
        }

        div#banner p#author {
          margin-top: 0;
          margin-bottom: 10px;
          font-size: 10pt;
        }

        div#content h2 {
          margin-top: -3px;
        }

        div#featured-product {
          width: 340px;
          height: 209px;
          float: left;
          padding-top: 50px;
          background-image: url(../../static/images/featured-product-background-driver-fetch.png);
          background-repeat: no-repeat;
          padding-left: 190px;
        }

        div#featured-product h5 {
          color: #00aeef;
        }

        div#support {
          width: 180px;
          height: 209px;
          float: right;
          padding-top: 50px;
          padding-left: 220px;
          background-image: url(../../static/images/support-background.jpg);
          background-repeat: no-repeat;
        }

        div#support h5 {
          color: #f28d22;
        }

        /* SPECIFIC ACTION BUTTONS */

        div#banner a.action {
          background-image: url(../../static/images/action-background-banner.png);
        }

        div#support a.action {
          background-image: url(../../static/images/action-background-support.png);
        }
