#bottomrow {
  float: left;
  width: 100%;
  background: #333;
  border-bottom: none;
  border-top: none;
  color: #555;
}
#bottomrow a {
  color: #DBB62B;
}
#bottomrow a:hover {
  color: #B8D080;
}
#bottomrow h1,
#bottomrow h2,
#bottomrow h3,
#bottomrow h4,
#bottomrow h5,
#bottomrow h6 {
  color: #333;
}
#bottomrow .zen-container {
  background: #fff;
  border-bottom: 1px solid #ddd;
  border-top: none;
  padding: 30px;
}
