	
	#main {width: 1000px; height: 400px; margin-top: 7px; position: relative; float: left; background: url(management.png) no-repeat 100px 0px;}
	
	.tTip {width: 90px; position: absolute; cursor: pointer; color: #666; font-weight:normal; padding-bottom:6px; text-align:center;}
	.tip {color: #333;}
	.tTip:hover{ color:#0b71b2;}
		#cloud1 {top: 52px; left: 312px;}
		#cloud2 {top: 52px; left: 590px;}
		#cloud3 {top: 102px; left: 267px;}
		#cloud4 {top: 158px; left: 233px;}
		#cloud5 {top: 101px; left: 640px;}
		#cloud6 {top: 150px; left: 675px;}
		#cloud7 {top: 208px; left: 195px;}
		#cloud8 {top: 200px; left: 710px;}
				
/*-----------------------------------------------------------------------------------------------*/
/*                                         TOOLTIP STYLES                                        */
/*-----------------------------------------------------------------------------------------------*/

.tip {
	font-size:13px;
	line-height:20px;
	width: 400px;
	text-align:justify;
	padding:15px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500; color:#fff;
	background:#0b71b2; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2); -o-box-shadow: 0 1px 3px rgba(0,0,0,0.2); box-shadow: 0 1px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2);}
	
/*.tipMid {background: url(images/tipMid.png) repeat-y; padding:0 25px 0 25px;}
.tipBtm {background: url(images/tipBtm.png) no-repeat bottom; height: 32px;}*/