

#thermometer {
  background: #e0d4bc url('http://web.bc.edu/uadvance/alumni_fy11/images/graph_thermometer_bg.jpg');
  background-repeat: no-repeat;
  float: right;
  height: 100%;
  line-height: 15px;
  margin: 0 0 0 10px;
  padding: 0 0 0 0;
  position: relative;
  text-align: bottom;
  width: 158px;
}

#goalcontainer {
  display: block;
  height: 270px;
  margin:  27px 0 0 56px;
  position: relative;
  width: 44px;
}

#goal {
  background-color: #8d0128;
  bottom: 0;
  border-top : 2px solid black ;
  display: block;
  position: absolute;
  width: 100%;
  vertical-align: bottom;
}

.textfloat {
  color: #fff;
  float: left;
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 18px; 
  font-weight: bold;
  margin: 20px 0 0 0;
  text-align: center;
  position: relative;
  width:158px;
  z-index: 2;  
}

.small {
  font-size: 11px;
}

.undergraph {
  color: #000000;
  font-size: 11px;
  line-height: 18px;
}

.togo {
  color: #660000;
  font-size: 13px;
  font-style: italic;
}
