body {
  margin: 0;
  background-color: #F9EFF7;
}

#centeredContainer {
  width: 1000px;
  margin: 0 auto 0 auto;
  position: relative;
  background-color: #a104d5;
  min-height: 1295px;
  height: auto !important;
  height: 1295px;
  padding: 0 0 5px 0;
  position: relative;
}

#banner_offset {
  position: absolute;
  right: 1px;
  top: 0;
}

.banner_spacer {
  line-height: 306px;
}

.page_title {
  margin-top: 155px;
}

#backHome {
  position: absolute;
  top: 300px;
  left: 20px;
}

.clear {
  clear: left;
}

.center {
  text-align: center;
}

