/* @override http://joshs-mac.local/centenary-hire/style.css */

html body {
  font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background-image: url(images/bg-tile.png);
}

body h1 {
  background: url(images/ch-header.png) no-repeat center center;
  height: 229px;
  text-indent: -9000px;
}

p.byline {
  font-weight: bold;
  font-size: 20px;
}

p {
  text-align: center;
}

.box {
  background: url(images/ch-box.png) no-repeat center top;
  text-align: center;
  padding-top: 12px;
  height: 430px;
}

.box h2 {
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.box .message {
  color: #4D4D4D;
  font-size: 20px;
  float: none;
  margin-top: 20px;
}

.box div {
  float: left;
  margin-top: 30px;
}

.box h3 {
  text-align: left;
  font-size: 14px;
  margin-bottom: 10px;
}

.box p {
  text-align: left;
  font-size: 12px;
  color: #333333;
}

.logos {
  text-align: center;
}