.dark {      /*  4  */
  opacity:.4;
  filter: alpha(opacity=40);
  background-color:black;
  position:absolute;
  left:2px;
  top:2px;
  width:400px;
  height:300px;
  overflow: hidden;
}

.mainSingle {     /*  5  */
  background-image: url(images/main.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 300px;
  overflow: hidden;
  z-index: 1;
}

.mainTL {     /*  5  */
  background-image: url(images/maintl.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 150px;
  overflow: hidden;
  z-index: 1;
}

.mainTR  {   /*    6   */
  background-image: url(images/maintr.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 0px;
  left: 200px;
  width: 200px;
  height: 150px;
  overflow: hidden;
  z-index: 2;
}

.mainBL {   /*    7  */
  background-image: url(images/mainbl.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 150px;
  left: 0px;
  width: 200px;
  height: 150px;
  overflow: hidden;
  z-index: 3;
}

.mainBR {    /*    8  */
  background-image: url(images/mainbr.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 150px;
  left: 200px;
  width: 200px;
  height: 150px;
  overflow: hidden;
  z-index: 4;
}

.whiteTop {    /*    9  */
  opacity: .4;
  filter: alpha(opacity=40);
  background-color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 1px;
  overflow: hidden;
  z-index: 5;
}
.whiteLeft {    /*    9  */
  opacity: .4;
  filter: alpha(opacity=40);
  background-color: white;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 1px;
  height: 299px;
  overflow: hidden;
  z-index: 5;
}
.whiteTB {    /*    9  */
  opacity: .4;
  filter: alpha(opacity=40);
  background-color: white;
  position: absolute;
  top: 1px;
  left: 200px;
  width: 1px;
  height: 299px;
  overflow: hidden;
  z-index: 5;
}

.whiteLR {    /*  10  */
  opacity: .4;
  filter: alpha(opacity=40);
  background-color: white;
  position: absolute;
  top: 150px;
  left: 1px;
  width: 399px;
  height: 1px;
  overflow: hidden;
  z-index: 6;
}

.center {    /*   11  */
  position: absolute;
  top: 75px;
  left: 100px;
  width: 200px;
  height: 150px;
  background-image: url(images/maincenter.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  z-index: 7;
}
.centerBorderTop {
  opacity:.4;
  filter: alpha(opacity=40);
  background-color:white;
  position:absolute;
  top: 75px;
  left: 100px;
  width: 200px;
  height: 1px;
  overflow: hidden;
  z-index: 8;
}
.centerBorderRight {
  opacity:.4;
  filter: alpha(opacity=40);
  background-color:black;
  position:absolute;
  top: 77px;
  left: 300px;
  width: 2px;
  height: 150px;
  overflow: hidden;
  z-index: 8;
}
.centerBorderBottom {
  opacity:.4;
  filter: alpha(opacity=40);
  background-color: black;
  position: absolute;
  top: 225px;
  left: 102px;
  width: 198px;
  height: 2px;
  overflow: hidden;
  z-index: 8;
}
.centerBorderLeft {
  opacity:.4;
  filter: alpha(opacity=40);
  background-color:white;
  position:absolute;
  top: 76px;
  left: 100px;
  width: 1px;
  height: 149px;
  overflow: hidden;
  z-index: 8;
}

.pageContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 500px;
}
.ImageContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 405px;
  height: 405px;
}

.text {
  position: absolute;
  left: 405px;
  right: 0;
  top: 0;
  height: 500px;
  padding-left: 15px;
  padding-right: 15px;
}
