@charset "utf-8";
/* CSS Document */

<!-- 
img.fltlft {
float: left;
padding: 0px 20px 10px 10px;
}
.clrflt {
clear: both;
}
.hdr {

}
.cnt {
 position: relative;
 padding: 20px 0 0 0;
  width: 95%;
 z-index: 2;
 }
.lft1 {
float: left;
 width: 100px;
 top:  20px;
 left: 10px;
 border: 0 none;
 z-index: 1;
}
.rgt1 {
 position: absolute;
 width: 100px;
 top:  20px;
 right: 10px;
 border: 0 none;
 z-index: 1;
}
.ctr1 {
 position: relative;
 margin-top: 20px;
 margin-left: 110px;
 margin-right: 110px;
 border: 0 none;
}
.lft2 {
 float: left;
 width: 200px;
 top:  20px;
 left: 10px;
 border: 0 none;
 z-index: 1;
}
.rgt2 {
	float: right;
	width: 200px;
	top:  20px;
	right: 10px;
	border: 0 none;
	z-index: 1;
}
.ctr2 {
 position: relative;
 margin-top: 20px;
 margin-left: 210px;
 margin-right: 210px;
 border: 0 none;
}
.lft4 {
 position: absolute;
 width: 400px;
 top:  20px;
 left: 10px;
 border: 0 none;
 z-index: 1;
}
.pag4 {
 position: relative;
 margin-top: 20px;
 margin-left: 420px;
 border: 0 none;
 z-index: 1;
}
.bot {
 position: relative;
 left: 0;
 bottom: 0;
 width: 100%;
 height: 100px;
 border: 0 none;
 z-index: 1;
}
.bot0 {
 position: absolute;
 left: 10px;
 top: 0;
 border: 0 none;
 z-index: 3;
}
.bot1 {
 position: absolute;
 left: 100px;
 bottom: 0;
 border: 0 none;
 z-index: 3;
}
.bot2 {
 position: absolute;
 left: 200px;
 bottom: 0;
 border: 0 none;
 z-index: 3;
}
.bot3 {
 position: absolute;
 left: 300px;
 bottom: 0;
  border: 0 none;
 z-index: 3;
}
.bot4 {
 position: absolute;
 left: 400px;
 bottom: 0;
  border: 0 none;
 z-index: 3;
}
.bot-2 {
 position: absolute;
 right: 200px;
 bottom: 0;
 border: 0 none;
 z-index: 3;
}
.bot-1 {
 position: absolute;
 right: 100px;
 bottom: 0;
 border: 0 none;
 z-index: 3;
}
.bot-05 {
 position: absolute;
 right: 50px;
 bottom: 0;
 border: 0 none;
 z-index: 3;
}
.bot-0 {
 position: absolute;
 right: 10px;
 bottom: 0;
 border: 0 none;
 z-index: 3;
} 
#crossroads {
position: absolute;
top: 5px;
left: 0;
width: 120px;
height: 110px;
z-index: 1;
}
#leftroad {
position: absolute;
top: 0;
left: 0;
width: 10px;
text-align: top left;
z-index: 1;
}
#rightroad {
position: absolute;
bottom: 0;
right: 0;
width: 10px;
text-align: bottom right;
z-index: 1;
}
#frontroad {
position: absolute;
top: 0;
right: 0;
width: 10px;
text-align: top right;
z-index: 1;
}
#backroad {
position: absolute;
bottom: 0;
left: 0;
width: 10px;
text-align: bottom left;
z-index: 1;
}
#wheel {
position: absolute;
top: 5px;
left: 10px;
width: 90px;
z-index: 2;
}
#raven {
position: absolute;
top: 13px;
left: 15px;
width: 60px;
z-index: 3;
}
#key {
position: absolute;
top: 16px;
left: 15px;
width: 30px;
z-index: 4;
}
#word {
position: absolute;
top: 0;
left: 0;
z-index: 5;
}
#shelf {
position: absolute;
top: 5px;
left: 150px;
z-index: 2;
}

-->