body {
  background-color: #878685;
  color:            white;
  width:            500;
  height:           100%;
}

#title {
  position:    absolute;
  top:         25px;
  left:        250px;
  font-height: 15px;
}

#maintext {
  position: absolute;
  top:      100px;
  left:     310px;
  width:    500px;
}

#quote {
  position: fixed !important;
  top:  200px;
  left: 350px;
}

#link {
  position: fixed !important;
  top:      350px;
  left:     400px;
  width:    300px;
}

#findme {
  position:    fixed !important;
  top:         200px;
  left:        50px;
  width:       250px;
  line-height: 140%;
}

a {
  color:            #453545;
  background-color: #ddffdd;
  text-decoration:  none;
}
