body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background: black URL(belougery.jpg);
  overflow: hidden;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: white;
}

.picture {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  top: 0;
  left: 0;
  overflow: hidden;
}

#p2, #p4, #phil, #view, #p7 {
  visibility: hidden;
}

#bkgnd, #overlay {
  visibility: visible;
}

.text {
  position: absolute;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  overflow: hidden;
  color: white;
  text-align: justify;
  font-family: arial, sans-serif;
  font-style: normal;
  font-size: 15px;
  top: 290;
  left: 150;
  width: 290;
}

#A .text {
  left: 110;
  width: 330;
}

#J .text {
  top: 275;
  width: 320;
}

#prevID, #nextID {
  position: absolute;
  width: 30;
  height: 30;
}

#prevID {
  left: 110;
  top: 280;
}

#nextID {
  left: 450;
  top: 380;
}

