#tooltip{
	display: none;
	position: absolute;
	width: 250px;
	background-color: #000000;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
}
#tooltip h3{
	font-family: "Georgia";
	font-size: 18px;
	font-weight: 100;
	color: #fff;
	text-align: center;
	padding: 10px 0px 0px 0px;
}
#tooltip p{
	font-style: italic;
	color: #fff;
	padding: 10px;
}
