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

.imageContainer {
  position: absolute;
  left: 0;
  top: 0;
  width: 405px;
  height: 405px;
}

.mainSingle {
  background-color: white;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 300px;
  overflow: hidden;
  z-index: 1;
}

.whiteTop {
  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 {
  opacity: .4;
  filter: alpha(opacity=40);
  background-color: white;
  position: absolute;
  top: 1px;
  left: 0px;
  width: 1px;
  height: 299px;
  overflow: hidden;
  z-index: 5;
}
.dark {
  opacity:.4;
  filter: alpha(opacity=40);
  background-color:black;
  position:absolute;
  left:2px;
  top:2px;
  width:400px;
  height:300px;
  overflow: hidden;
}

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

