#tooltip {
	position:absolute;
	z-index:9999;
	color:#fff;
	font-size:10px;
	margin-top: -300px;
	width: 100px;
	height: 100px;
}

#tooltip .tipHeader {
	height:8px;
	background:url(images/tipHeader.gif) no-repeat;
}


#tooltip .tipBody {
	/*background-color:#000;*/
	padding:5px 5px 5px 15px;
}

#tooltip .tipFooter {
	height:8px;
	background:url(images/tipFooter.gif) no-repeat;
}
div#paragraph {width:300px;margin:0 auto;text-align:left}