#wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #cde5ff;
	/* rgba(100,240,255,0.1); */
/*	border: 1px #0000CC solid; */
	overflow: hidden;
}
#canvas {
	position: absolute;
	top: 0;
	left: 0;
}

#content {
	position: absolute;
	width: 436px;
	height: 520px;
	top: 50%;
	margin-top: -250px;
	left: 50%;
	margin-left: -218px;
/*	border: 1px #009933 solid; */
}

#zLegend {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

#navFamily {
	background-image: url(../images/tree_m.png);
	width: 101px;
	height: 120px;
	position: absolute;
	left: 5px;
	top: 195px;
}
#navFamily:hover {
	background-position: -101px;
}

#navKnife {
	background-image: url(../images/o_knife.png);
	width: 120px;
	height: 66px;
	position: absolute;
	left: 310px;
	top: 65px;
}
#navKnife:hover {
	background-position: -120px;
}

#navDoor {
	background-image:url(../images/door.gif);
	width: 50px;
	height: 63px;
	position:absolute;
	left: 258px;
	top: 288px;
}
#navDoor:hover { 
	background-position: -50px;
}

#navPavel {
	background-image:url(../images/z_p.png);
	width: 42px;
	height: 45px;
	position:absolute;
	left: 97px;
	top: 190px;
}
#navPavel:hover { 
	background-position: -42px;
}

#navSerg {
	background-image:url(../images/z_s.png);
	width: 43px;
	height: 48px;
	position:absolute;
	left: 131px;
	top: 148px;
}
#navSerg:hover { 
	background-position: -43px;
}

#navAlyona {
	background-image:url(../images/z_a.png);
	width: 19px;
	height: 48px;
	position:absolute;
	left: 97px;
	top: 138px;
}
#navAlyona:hover {
	background-position: -19px;
}

#navKnight {
	background-image:url(../images/knight.gif);
	width: 41px;
	height: 55px;
	position:absolute;
	left: 87px;
	top: 367px;
}


/*
#navKrest {
	background-image:url(../images/z_k.png);
	width: 43px;
	height: 41px;
	position:absolute;
	left: 194px;
	top: 229px;
}
#navKrest:hover { 
	background-position: -43px;
}
*/

footer {
	position: absolute;
	bottom: 0px;
	width: 100%;
	padding: 10px;
	text-align: center;
	font-size: 12px;
}

footer a {
	text-decoration: none;
	color: #777;
	cursor: pointer;
}
footer a:hover {
	color: #f00;
}


#tst {
color: #66FFCC;
}