/*
 * Homepage styles
 */

#homepage {
  background: url(/images/homepage-montage.jpg) 180px bottom no-repeat;
}

h2#page-title {
  height: 0;
  margin: 0;
  padding: 0;
  /*background: url(/images/proud-of-what-we-hire-heading.png) no-repeat;*/
}
h2#page-title span {
  display: none;
}

#unsubscribed-from-newsletter {
  text-align: center;
  background: #fcc;
  padding: 10px;
  border: 1px solid #f88;
  font-weight: bold;
}

#welcome-content {
  text-align: center;
}
#welcome-content p {
  line-height: 1.8em;
}
#welcome-content span.large {
  display: block;
  margin-top: 6px;
  font-size: 1.3em;
  font-weight: bold;
}