div#main {
  margin-top: -10px;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  height: 800px;
  width: 800px;
  background: url(body.jpg);
  }

div#textbox H1 {
  font-size: 24px;
}

div#textbox {
  text-align: center;
  position: relative;
  left: 150px;
  top: 90px;
  height: 295px;
  width: 525px;
  background: black;
  color: white;
  overflow: auto;
  font-size: 11px;
  font-family: "Trebuchet Ms";
  scrollbar-arrow-color:#FF85FF;
  scrollbar-track-color:black;
  scrollbar-face-color:black;
  scrollbar-highlight-color:#538BB1;
  scrollbar-3dlight-color:#275A7D;
  scrollbar-darkshadow-color:#0A253B;
  scrollbar-shadow-color:#275A7D;
  background: url(baby.jpg) fixed;
}
div#link1 {
  position: absolute;
  height: 70px;
  width: 70px;
  bottom: 30px;
  left: 105px;
  background: url("./blue0.gif");
}
div#link2 {
  position: absolute;
  height: 70px;
  width: 70px;
  bottom: 30px;
  left: 255px;
  background: url("./blue0.gif");
}
div#link3 {
  position: absolute;
  height: 96px;
  width: 94px;
  bottom: 30px;
  left: 505px;
  background: url("./blue0.gif");
}
div#link4 {
  position: absolute;
  height: 70px;
  width: 70px;
  bottom: 30px;
  left: 655px;
  background: url("./blue0.gif");
}
div#footer {
  position: absolute;
  top: 805px;
  left: 50%;
  margin-left: -234;
  }
.text:first-letter {
  font-size: 20px;
  }