@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600);
.font-rounded {
  font-family: 'Arial Rounded MT', Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}
body {
  background: #333333 url(img/bg.jpg);
  font-family: 'Open Sans', 'Arial', 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  line-height: 16pt;
  text-rendering: optimizeLegibility;
}
.clear {
  clear: both;
}
.content {
  width: 1200px;
  margin: auto;
  background: white;
  min-height: 950px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
}
.wrapper {
  width: 95%;
  margin: auto;
}
.logo {
  background: url(img/logo.jpg) no-repeat center center;
  width: 357px;
  margin: auto;
  height: 75px;
  padding-top: 20px;
  -moz-background-size: contain;
  -o-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
.hero {
  background: url(img/hero.jpg) no-repeat;
  height: 445px;
  margin-top: 10px;
  border-top: 5px solid #74c7b1;
  border-bottom: 5px solid #74c7b1;
}
.hero h1 {
  background: rgba(0, 0, 0, 0.8);
  color: white;
  width: 500px;
  float: right;
  top: 50%;
  position: relative;
  font-size: 20pt;
  text-align: center;
  padding: 15px 0px;
  line-height: 26pt;
  font-family: 'Arial Rounded MT', Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
}
.main {
  margin-top: 20px;
}
.copy {
  width: 65%;
  float: left;
}
.copy p {
  line-height: 18pt;
  margin: 20px 0px;
  font-size: 11pt;
}
.invoice {
  width: 35%;
  background: url(img/invoice.jpg) no-repeat center center;
  height: 345px;
  float: right;
  margin-top: 25px;
}
.commence {
  margin: 50px 0px;
  background: #74c7b1;
  width: 100%;
  line-height: 50pt;
  text-align: center;
  font-family: 'Arial Rounded MT', Arial, 'DejaVu Sans', 'Liberation Sans', Freesans, sans-serif;
  font-size: 27pt;
  color: white;
}
.commence a {
  color: white;
  text-decoration: none;
}
.commence a:hover {
  color: #239a7a;
}
.commence img {
  margin: 0px 15px;
}
footer {
  background: url(img/footer-bg.jpg);
  height: 75px;
  color: white;
  line-height: 75px;
  font-size: 11pt;
}
footer .one-third {
  width: 33.3333333%;
  text-align: center;
  float: left;
}
