#thermometer{
	width:196px; 
	height:550px; 
	position:relative; 
	float: left;
	background-color:#FFF; 
}

#thermometer_top{
	position:absolute; 
	width:160px; 
	height:67px;
	top: 10px;
	left: 5px;	
}

#thermometer_color{
	position: absolute;
	width: 42px;
	background-color: #A0C0f1;
	bottom: 5px;
	left: 18px;
	z-index: -10;
}

#thermometer_bottom{
	position: absolute;
	width:141px; 
	height:321px;
	top: 77px;
	left: 49px;
	z-index: 5;
}

#donated{
	z-index:2;
	position:absolute;
	top:410px;
	width:196px;
	height:130px;
	font-size:16px;
	text-align:center
}
