body {
  background-color: #707070;
  margin: 0 0 0 0;
  padding: 0;
  font-family: "Times New Roman", Times, serif;
  font-size: 13px
}

#MenuMain {
  position: absolute;
  width: 190px;
  height: 574px;
  left: 18px;
  top: 45%;
  margin-left: 0px;
  margin-top: -287px;
  z-index: 10;
  overflow: hidden;
}

#MenuCase {
  position: relative;
  width: 190px;
  height: 82px;
  padding: 0;
  border-width: 0;
  border-style: none;
  margin: 0;
  overflow: hidden;
}

#WelcomeCaption {
  position: absolute;
  z-index: 5;
  width: 463px;
  height: 26px;
  left: 50%;
  top: 80%;
  margin-left: -231px;
  margin-top: -13px;
  background-color: transparent;
  background-image: url(images/dry.png);
}

#Anserglob {
  position: absolute;
  width: 329px;
  height: 357px;
  left: 50%;
  top: 40%;
  margin-left: -164px;
  margin-top: -178px;
  background-color: transparent;
  background-image: url(images/anserglobe.png);
  z-index: 3;
}


