#tooltip {
		position: absolute;
		z-index: 3000;
		border: 1px solid #111;
		background:url(../images/tooltip.png) no-repeat;
		width:35px;
		height:20px;
		text-indent:-9000px;
}
#tooltip h3, #tooltip div { margin: 0; }
