div.lp-above-image {
  background-image: url('images/siteBackground/top.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 490px;
}
div.lp-below-image {
  background-image: url('images/siteBackground/bottom.png');
  background-repeat: no-repeat;
  width: 100%;
  height: 115px;
  float: left;
}
div.lp-left-image {
  background-image: url('images/siteBackground/left.png');
  background-repeat: no-repeat;
  width: 460px;
  height: 500px;
  float: left;
}
div.lp-right-image {
  background-image: url('images/siteBackground/right.png');
  background-repeat: no-repeat;
  margin-left: 1205px;
  height: 500px;
}
div.content-wrapper > div.content {
  overflow: hidden;
  width: 742px;
  height: 490px;
  background-color: white;
  font-family: Arial, Sans-Serif;
  font-size: 13px;
  float: left;
}
div.content-wrapper > div.content > div.column {
  position: relative;
  float: left;
}
div.content-wrapper > div.content > div.column.primary-content {
  width: 100%;
  text-align: center;
}
div.content-wrapper > div.content > div.column.secondary-content {
  width: -16px;
  padding: 0 8px;
  right: 16px;
  margin-left: -100%;
}
div.content-wrapper > div.content > div.column.tertiary-content {
  width: 0px;
  padding: 0 0px;
  margin-right: -100%;
}
