body {
  text-align: center;
  font-family: monospace;
  font-size: 10pt;
  line-height: 1.5;
  background-image: url(./images/bg.gif);
  background-repeat: repeat;
  background-attachment: fixed;
  padding: 0px;
  margin: 0px;
}

.main {
  text-align: left;
  width: 740px;
  padding: 0px 20px 0px 20px;
  background-image: url(./images/flame.gif);
  background-repeat: repeat-y;
  background-position: center top;
  background-attachment: fixed;
  
}

.flash {
  width: 550px;
  padding: 0px 00px 0px 90px;
}

.hole_pic {
  width: 400px;
  padding: 0px 10px 0px 0px;
  float: left;
}
.what {
  width: 290px;
  float: left;
}

.disp_pic {
  width: 400px;
  padding: 0px 0px 0px 10px;
  float: right;
}

.do {
  width: 290px;
  float: right;
}

.clear {
 clear: both;
}


