﻿.mstBodyTd
{
  background-image: url('bodyBkg.jpg');
  background-repeat: no-repeat;
}
.mstMenuTd
{
  background-image: url('menuBkg.jpg');
  background-repeat: no-repeat;
  width: 1000px;
  height: 25px;
}
.mstLeftTd
{
  width: 200px;
  height: 500px;
}
.mstTopTd
{
  height: 100px;
  width: 1000px;
  background-image: url('topBkg.jpg');
  background-repeat: no-repeat;
}
.msBodyDiv
{
  margin: 10px;
}
