@charset "UTF-8";
#main {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	width:100%;
}
area{
	display:inline;
	border: 1px solid #E00;
	background-color:#96F;
	}
.hot{
	border: 1px solid fuchsia;
	}
.area1{
	border:1px solid fuchsia;
	}
	
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}