

body
	{
	background-color:#655f57;
	color=#000;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 13px;
	line-height: 1.2;
	text-align: center;
	}


a:link {
	color: #000;
	}
a:visited {
	color: #000;
	}
a:hover {
	color: #000;
	}
a:active {
	color: #000;
	}


#container
	{
        position: relative;
        background-repeat:repeat-y;
        height: 100%;
        width: 996px;
        margin: 0px auto;
        }

#horizon
	{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block
	}


#story
	{
	margin-left: -498px;
	position: absolute;
	top: -287px;
	left: 50%;
	width: 996px;
	height: 575px;
	visibility: visible
	}



#story .pic-left a {
	position: absolute;
	left:273px;
	top:71px;
	width:140px;
	height:280px;
}

#story .pic-center a {
	position: absolute;
	left:428px;
	top:71px;
	width:140px;
	height:280px;
}

#story .pic-right a {
	position: absolute;
	left:583px;
	top:71px;
	width:140px;
	height:280px;
}


#whiterabbit {
	position: absolute;
	z-index:2;
	left: 630px;
	top: 350px;
	width: 27px;
	height: 52px;
}

#whiterabbit a {
	position: absolute;
	z-index:3;
	left: 0px;
	top: 0px;
	width: 27px;
	height: 52px;
}

#text
	{
	position: absolute;
	margin-left: 154px;
	top: 415px;
         left: 0px;
         overflow: visible;

	}

/*
#story a:hover {
border: 1px solid #a80000;
}
*/