body{
  background: #e2c873 url(/assets/images/seasons/summer_gradient_left.png) repeat-y 0 0;
}
#pageBorder {
  background: url(/assets/images/seasons/summer_gradient_right.png) repeat-y 100% 0;
}
.contentBorder {
  width: 1px;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  background: #e9e5d7;
}

#cornerTL,
#cornerTR {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/images/seasons/summer_gradient_top.png) no-repeat 0 0;
  height: 170px;
  z-index: 10;
  max-width: 867px;
  width: 51%;
}
#cornerBL,
#cornerBR {
  display: block;
  position: absolute;
  height: 170px;
  left: 0;
  bottom: 0;
  background: url(/assets/images/seasons/summer_gradient_btm.png) no-repeat 0 0;
  z-index: 15;
  max-width: 867px;
  width: 51%;
}
#cornerTR,
#cornerBR {
  left: auto;
  right: 0;
  background-position: 100% 0;
  z-index: 20;
}
* html #cornerTL,
* html #cornerBL {
  width: 822px;
}
* html #cornerTR,
* html #cornerBR {
  width: 822px;
  left: auto;
}
