#headerBg {
  /* background-image: url(../images/headerBgBlank.jpg); */
  background: #000;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 1130px;
  position: absolute;
  width: 100%;
}
#headerDiv {
  position: relative;
  height: 430px;
}
.headerBgRowTop {
  background-image: url("../images/triangleDown.png");
  width: 100%;
  height: 110px;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}
.headerBgRowBot {
  background-image: url("../images/triangleUp.png");
  width: 100%;
  height: 110px;
  position: absolute;
  z-index: 1;
  opacity: 0.4;
}
.sideRow {
  z-index: -1;
}
#headerBgRow1 {
  top: 0px;
}
#headerBgRow2 {
  top: 110px;
}
#headerBgRow3 {
  top: 220px;
}
#headerBgRow4 {
  top: 330px;
}
#headerBgRow5 {
  top: 440px;
}
#headerBgRow6 {
  top: 550px;
}
#headerBgRow7 {
  top: 660px;
}
#headerBgRow8 {
  top: 770px;
}
#headerBgRow9 {
  top: 880px;
}
#headerBgRow10 {
  top: 990px;
}
#headerBgRow11 {
  top: 1100px;
}
#headerBgRow12 {
  top: 1210px;
}
#headerBgRow13 {
  top: 1320px;
}

#triangleContainer {
  position: absolute;
  top: 0;
  width: 100%;
}
