html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
} 
#title {
	position:fixed;
	bottom:0px;
	right:0px;
	text-align:right;
	width:798px;
	height:38px;
	background-color:black;
	background-image:url('title.png');
}
p {
	font-family:Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 1em;
}
p.text {
	margin:10px 10px 10px 10px;
	width:500px;
	}
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
	border-bottom:1px dotted black;
    text-decoration:none;
	color:black;
}
a.info:hover{z-index:25; border-bottom:1px solid black;}

a.info span{display: none}

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:10px;
	left:15px;
	width:250px;
    border:1px solid #black;
    background-color:#f5f5f5; color:#000;
	font-size:.7em;
}
a:link {
	color:#f00000;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#c00000;
}
#sentence {
	background-image:url("sentence_map.png");
	top:50px;
	width:866px;
	height:350px;
	text-align:center;
	margin-left:-433px;
	left:50%;
	position:absolute;
}
#intro {
	top:50px;
	width:750px;
	margin-left:-375px;
	left:50%;
	position:absolute;
}

p.intro {
	margin: 15px 15px 15px 15px;
}
#plant {
	position:absolute;
	height:121px;
	width:136px;
	top:61px;
	left:42px;
}
#plant-top {
	position:absolute;
	height:121px;
	width:136px;
	top:61px;
	left:42px;
	background-image:url("plant.png")
}
#animal {
	position:absolute;
	height:110px;
	width:140px;
	top:63px;
	left:439px;
}
#animal-top {
	position:absolute;
	height:110px;
	width:140px;
	top:63px;
	left:439px;
	background-image:url("animal.png");
}
#volume {
	position:absolute;
	height:110px;
	width:153px;
	top:234px;
	left:159px;
}
#volume-top {
	position:absolute;
	height:110px;
	width:153px;
	top:234px;
	left:159px;
	background-image:url("volume.png")
}
.displaynone {
	display:none;
}
#plant-animal {
	width:369px;
	height:87px;
	position:absolute;
	top:45px;
	left:142px;
}
#animal-plants{
	width:170px;
	height:121px;
	position:absolute;
	top:85px;
	left:537px;
}
#animal-plant {
	width:179px;
	height:74px;
	position:absolute;
	top:136px;
	left:262px;
}
#plants-volume {
	width:253px;
	height:79px;
	position:absolute;
	top:233px;
	left:303px;
}
#animal-volume {
	width:106px;
	height:70px;
	position:absolute;
	top:242px;
	left:65px;
}
