@charset "UTF-8";
/* CSS Document */

.background { color:#FFFFFF; font-family:Verdana, Arial, Helvetica, sans-serif; margin:0; background:#000;  }

div.maindivbg { height:395px; margin-top:40px; }

div.indexmenu { padding:4px; background-color:#000; width:130px; text-align:center; font-weight:bold; position:relative; }
div.indexmenu:hover { background-color:#F00; }

div.secretsmenu { padding:4px; background-color:#000; width:130px; text-align:center; font-weight:bold; position:relative; color:#818ba8; }
div.secretsmenu a:link { padding:4px; background-color:#000; width:130px; text-align:center; font-weight:bold; position:relative; color:#818ba8; }
div.secretsmenu a:visited { padding:4px; background-color:#000; width:130px; text-align:center; font-weight:bold; position:relative; color:#818ba8; }
div.secretsmenu a:hover { background-color:#46506d; color:#818ba8; }
div.secretsmenu a:active { background-color:#46506d; color:#FFF; }

div#tunnelview { top:-35px; left:0px; background:url(images/tunnelexit.jpg) no-repeat center; height:397px; }

div#secrets { top:-430px; }
div#playhere { top:-380px; right:285px; }
div#shophere { top:-408px; left:285px; }
div#eathere { top:-350px; right:315px; }
div#meethere { top:-392px; left:315px; }
div#stayhere { top:-320px; right:320px; }
div#gethere { top:-362px; left:320px; }
div#welcomemessage { top:-280px; left:0px; color:#000; position:relative; font-size:28px; font-weight:bold; color:#FFF; }

div#bannerads { text-align:center; }
div#toolbar { text-align:center; }

div#footer { bottom:0; clear:both; min-height:50px; color:#FFF; text-align:center; padding:21px 0px 0px 0px; line-height:23px; font-size:14px; }

a:link { color:#FFF; text-decoration:none; }
a:visited { color:#FFF; text-decoration:none; }
a:hover { color:#CFF; text-decoration:underline; }
a:active { color:#CF9; text-decoration:underline; }

h3 { text-align:center; }

.shadow {
	height: 3em;
	filter: Shadow(Color=#000000, 	
			Direction=135, 
			Strength=5);
}