div#header, div#background_bottom {
  background: none;
}

div#header {
  height: 180px;
}

div#content {
  margin: -65px -7px 0 0;
  padding: 0 0 80px 0;
}

#main_background {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
  overflow: hidden;
}

.right_container_wrapper {
  position: relative;
}

.right_container {
  background-color: #F1F1F1;
  padding: 15px 15px 25px 15px;
}

.info_text {
  position: absolute;
  bottom: -20px;
  left: 30px;
  color: #555;
  padding: 0 30px 0 0;
}