body {
  background-image: url(../pics/ringerpoint_bg.png);
  background-repeat: repeat;
}

#titleframe {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 800px;
  text-align: left;
  z-index: 3;
}
#menuframe {
  position: absolute;
  top: 110px;
  left: 20px;
  width: 150px;
  z-index: 3;
}
#contentframe {
  position: absolute;
  top: 110px;
  left: 170px;
  width: 560px;
  z-index: 3;
}
#pictureframe {
  position: absolute;
  top: 110px;
  left: 740px;
  width: 80px;
  z-index: 3;
}



a:link {
  color: #333366;
}
a:active {
  color: #223377;
}
a:visited {
  color: #223377;
}
a:hover {
  color: #223377;
  background-color: #88BBFF;
}

