20ml {}
body {
  background:#cec;
  background-image: url("Background.gif");
  font-size:12pt;
  padding: 0px;
  margin: 0px;
  background-position: 0px 32px;
  min-width: 840px;
}



.wellImage{
  position: absolute;
  left: 59%;
  top: 0px;
  z-index: 2;
}


.Horizon{
  background-image: url("Horizon.jpg");
  width:100%;
  height: 267px;
  z-index: 0;
}


.title {
  top: 40px;
  left: 100px;
  position: absolute;
  z-index: 2; 
}



.pageContent {
  padding-left: 0px;
}

.wishes {
  padding: 0px;
  margin: 0px;
  
}



.wishDisplay {
  border: 2px solid;
  background: #fff;
  padding: 20px 70px 10px 40px;
  margin: 0px 180px 30px 200px;
  z-index: 5;
  position: relative; 
}

.wishDisplayIWish {
  background-image: url("IWish.gif");
  background-repeat: no-repeat;
  position: Relative;
  width: 150px;
  height: 93px;
  left: 183px;
  top: 40px;
  z-index: 6;

}

.wishDisplayThumbsDownText {
  position: relative;
  height: 150px;
  top: -94px;
  background-image: url("ThumbsDownIconText.gif");
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0px 97px -120px 550px;
  z-index: 6;
}

.wishDisplayThumbsDown {
  position: relative;
  height: 150px;
  top: -94px;
  background-image: url("ThumbsDownIcon.gif");
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0px 97px -120px 550px;
  z-index: 6;
}

.wishDisplayFingersCrossedText {
  position: relative;
  height: 150px;
  top: -94px;
  background-image: url("FingersCrossedIconText.gif");
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0px 97px -120px 550px;
  z-index: 6;
}

.wishDisplayFingersCrossed {
  position: relative;
  height: 150px;
  top: -94px;
  background-image: url("FingersCrossedIcon.gif");
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0px 97px -120px 550px;
  z-index: 6;
}


.wishDisplayThumbsUpText {
  position: relative;
  height: 150px;
  top: -94px;
  background-image: url("ThumbsUpIconText.gif");
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0px 97px -120px 550px;
  z-index: 6;
}


.wishDisplayThumbsUp {
  position: relative;
  height: 150px;
  top: -94px;
  background-image: url("ThumbsUpIcon.gif");
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0px 97px -120px 550px;
  z-index: 6;
}

.wishes li {
 list-style-type: none; 
}


.nav {
  position: absolute;
  z-index: 40;
  top: 240px;
  left: 0px;
  width: 250px;
}


.nav li {
  list-style-type: none; 
}


.smallprint {
  margin: 0px 40px 0px 5px;
  padding: 0px 5px;
  background:#cfc;
  font-size:0.6em;
  border: 1px solid;
}


.guarantee {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 50;
}

.guarantee img{
  border: 0px;
}


.wishDisplay form {
  text-align: center;
}

.link {
  font-size: 0.5em;
}

.filler {
  height: 500px;
}


