#tooltip {
	position: absolute;
	z-index: 3000;
	background: url('../img/tooltip.png') top right;
	padding: 30px 20px 10px 20px;
	opacity: 0.85;
	text-align: center;
	height: auto;
	width: auto;
}
#tooltip h3, #tooltip div { margin: 0; }
