
.boundedBlock {
  position: relative;
  top: 0px; left: 0px;
  width: 100%;
  background-color: transparent;
}
.boundedText {
  position: absolute; top: 0; left: 0; z-index: 2;
  margin-left: 40px; margin-right: 40px; margin-top: 20px; margin-bottom: 20px;
  background-color: transparent;
}
.boundedBackground {
  position: absolute; top: 0; left: 0; z-index: 1;
  width: 100%; height: 100%;
  background-color: transparent;
}
.boundedTable {
  position: relative;
  top: 0; left: 0;
  width: 100%; height: 100%;
}
.boundedTable td {
  background-repeat: no-repeat;
}

