body{
  background: #98afb6 url(/assets/images/seasons/winter_gradient_left.png) repeat-y 0 0;
}
#pageBorder {
  background: url(/assets/images/seasons/winter_gradient_right.png) repeat-y 100% 0;
}
.contentBorder {
  width: 1px;
  position: absolute;
  right: -1px;
  top: 0;
  bottom: 0;
  background: #dcdfe1;
}

#cornerTL,
#cornerTR {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: url(/assets/images/seasons/winter_gradient_top.png) no-repeat 0 0;
  height: 120px;
  z-index: 10;
  max-width: 867px;
  width: 51%;
}
#cornerBL,
#cornerBR {
  display: block;
  position: absolute;
  height: 120px;
  left: 0;
  bottom: 0;
  background: url(/assets/images/seasons/winter_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;
}

