    body {
      background: #FFF url(../img/background.jpg) repeat-x;
      color: #4d4d4d;
      font-family: arial,sans-serif;
      font-size: 12px;
      padding: 0px;
      margin: 0px;
    }
    ul, li, h1 {
      padding: 0px;
      margin: 0px;
    }
    #container {
      margin: 0 auto;
      width: 800px;
    }
    * html #container { /*centering for IE*/
      margin-left:auto;
      margin-right:auto;
    }
    #header {
      position: relative;
      width: 800px;
      height: 85px;
      background: #5694d3 url(../img/topguy.jpg) no-repeat bottom right;
      margin-bottom: 10px;
      -moz-border-radius-bottomleft:5px;
      -moz-border-radius-bottomright:5px;
    }
    #header ul {
      position:absolute;
      left:120px;
      bottom:0px;
      list-style:none;
      padding: 0px;
      margin: 0px;
    }
    #header li {
      float:left;
      height: 15px;
      -moz-border-radius-topleft:5px;
      -moz-border-radius-topright:5px;
      background-color: #3a74b3;
      width: 90px;
      text-align: center;
      margin-right: 1px;
      padding-top: 3px;
      padding-bottom: 2px;
    }
    #header li a {
      font-size: 12px;
      color: #fff;
    }
    a {
      text-decoration:none;
      color:#3A74B3;
    }
    a:hover {
      text-decoration:underline;
    }
    #content h1 {
      font-weight: bold;
      font-size: 26px;
      padding-bottom:10px;
    }
    #content {
      position: relative;
      width: 780px;
      padding:10px;
      padding-top:0px;
      clear:both;
    }
    #maincontent {
      height:200px;
      position:relative;
      display:block;
    }
    #maincontent p {
      float:left;
      font-weight: 200;
      font-size: 18px;
      margin-left: 40px;
      width:310px;
    }
    #screen {
      float: left;
      padding: 10px;
    }
    #footer {
      font-size: 11px;
      border-top: 1px solid #999;
      color: #999;
      clear:both;
    }
    #third {
      clear:both;
      border-top: 1px solid #999;
      padding: 7px 0;
    }
    #third h3 {
      font-size:18px;
      margin-top:8px;
      color:#3A74B3;
    }
    #third .features {
      font-size: 16px;
    }
    #third .linklist {
      border-bottom: 1px dotted #cacaca;
      padding: 2px;
      font-size: 12px;
    }
    #third .testimonials {
      padding: 30px;
      height:43px;
      display:block;
      font-size: 16px;
      margin-top:-10px;
    }
    #third .by {
      display:block;
      padding-left: 30px;
      font-size: 12px;
      font-weight: bold;
      text-align: right;
      width: 200px;
    }
