html{
	background-color: #daceae;
}

body{
	font: 14px/18px Trebuchet MS, Helvetica, sans-serif;
	color: #346e8f;
}

#thermometer{
	width:196px; 
	height:635px; 
	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: #daceae;
	bottom: 8px;
	left: 18px;
	z-index: -10;
}

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

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

#donated p.note{
	margin-top: 10px;
}
