#STORY{ position:relative; z-index:1 }
#floater a:link {
		color:#FFF;
		text-decoration:none;
	}
#floater a:hover {
		color:#FFF;
		text-decoration:underline;
	}

#floater {
	position:absolute;
	z-index:100;
	top:200px;
	visibility:visible;
	background-image:url(LoogarooBG.png);
	background-repeat:no-repeat;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:800px;
	height:600px;
	left: 400px;
}

#floater_invisible { 
	position:absolute; 
	z-index:100; 
	top:200px; 
	left:25%;
	visibility:hidden;
	background-image:url(LoogarooBG.png);
	width:800px;
	height:600px;
	
}
#close {
	display:block;
	width:84px;
	cursor:pointer;
	}
