body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
}

a {
  color: #0000ee;
}

h1 {
  font-size: 40px;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 16px;
  margin: 50px 0 0 0;
}

#bush {
  margin: 20px 0 0 20px;
}

#bush .face {
  float: left;
  display: block;
  background: url('img/faced.png') no-repeat;
  width: 342px;
  height: 452px;
}

#bush .message {
  float: left;
  margin: 70px 0 0 50px;
  width: 485px;
}

#bush .t {
  display: block;
  background: url('img/bub-top.gif') no-repeat;
  width: 485px;
  height: 10px;
}

#bush .b {
  display: block;
  background: url('img/bub-bot.gif') no-repeat;
  width: 485px;
  height: 84px;
}

#bush .status {
  background: #e2e2e2;
  padding: 0 15px;
  margin: 0;
  font-size: 30px;
}

#bush .meta {
  margin: 50px 0 0 0;
  text-align: center;
}



.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
