.middleContainer
{
  width: 800px;
  border-right: 3px solid #FFCCFF;
  border-left: 3px solid #FFCCFF;
  height: 235px;
  background: #FFCCFF;
  margin: auto;
}

.middleBody
{
  width: 100%;
  height: 442px;
  background: #FF99FF;
  overflow: auto;
}

.middleContent
{
  width: 95%;
  margin: auto;
}

.middleOneHeader
{
  height: 24px;
  width: 473px;
  background-image: url("../images/middleonebackground.png");
  float: left;
}

.middleOne
{
  width: 473px;
  height: 211px;
  background: #FF66CC;
  float: left;
}

.middleOneContent
{
  width: 95%;
  position: relative;
  margin: auto;
}

.middleTwoContainer
{
  height: 235px;
  width: 327px;
  float: right;
}

.middleTwoHeader
{
  height: 28px;
  width: 100%;
  background-image: url("../images/middletwobackground.png");
}

.middleTwo
{
  height: 207px;
  width: 100%;
  background: #FF99FF;
}

.bottomContainer
{
  width: 800px;
  border-bottom: 3px solid #FFCCFF;
  border-right: 3px solid #FFCCFF;
  border-left: 3px solid #FFCCFF;
  height: 235px;
  background: #FFCCFF;
  margin: auto;
}

.bottomOneHeader
{
  height: 24px;
  width: 473px;
  background-image: url("../images/bottomonebackground.png");
  float: left;
}

.bottomOne
{
  width: 100%;
  height: 211px;
  background: #FF99FF;
  float: left;
  overflow: auto;
}

.bottomTwoContainer
{
  height: 235px;
  width: 327px;
  float: right;
}

.bottomTwoHeader
{
  height: 24px;
  width: 327px;
  background-image: url("../images/bottomtwobackground.png");
  float: right;
}

.bottomTwo
{
  width: 100%;
  height: 211px;
  background: #FF66FF;

}