.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.snap-left {
  float: left;
}
.snap-center {
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.snap-right {
  float: right;
}
.page-body {
  margin-top: 70px;
}
.main-body {
  border-bottom: 4px solid #ffc842;
  padding-bottom: 60px;
  text-align: center;
}
.main-body a {
  text-decoration: none;
  font-weight: bold;
}
.main-body a:hover {
  text-decoration: underline;
}
.main-body h1 {
  color: #ffc842;
  font-size: 60px;
  font-weight: normal;
  margin: 0;
}
.main-body p {
  font-family: ITCAvantGardeGothicBook;
  font-size: 15px;
}
.main-body .signature {
  background-image: url("../img/sprite.png");
  background-position: 0 -107px;
  height: 26px;
  margin-top: 30px;
  width: 125px;
}
.main-footer {
  width: 300px;
}
.main-footer .blog > * {
  float: right;
  clear: both;
}
.main-footer .blog .btn {
  width: 440px;
}
