body {
  background: white;
  margin: 0px;
}

.REMOVE {
  font-family: Arial;
  font-size: 8pt;
  color: black;
  
  position: absolute;
  left:0px;
  top:0px;
}

.main {
  position: relative;
  width: 830px;
  height: 620px;
  margin: 0px auto;
}

.logo {
  position: absolute;
  left: 10px;
  top: 10px;
}

img.sound {
  position: absolute;
  top: 48px;
  right: 0px;
  border: 0px;
}

.topLine {
  position: absolute;
  left: 0px;
  top: 70px;
  
  height: 3px;
  width: 100%;
  
  background: #505050;
}

.bottomLine {
  position: absolute;
  left: 0px;
  top: 505px;
  
  height: 3px;
  width: 100%;
  
  background: #505050;
}

.mainFrame {
  position: absolute;
  left: 0px;
  top: 73px;
  
  height: 432px;
  width: 100%;
}

.topTextImage {
  font-family: "FrutiIta";
  font-size: 9pt;
  
  position: absolute;
  left: 50%;
  top: 30px;
}

.fiftyYears {
  position: absolute;
  left: 735px;
  top: 509px;
}