
body {
	background-color : #989898;
	color: #ffffff;
	overflow : hidden;
	
}



img  { border : 0 }





#intro {
	position 	: absolute;
	left		: 0px;
	top			: 0px;
	width		: 100%;
	height		: 100%;
	z-index		: 9;
	
}


#logo {
	position 	: absolute;
	left		: 0;
	top			: 0;
	width		: 100%;
	height		: 56;
	z-index		: 7;
	text-align	: center;
}



#game_window {
	position 	: absolute;
	left		: 0px;
	top			: 90px;
	width		: 100%;
	height		: 440px;
	z-index		: 8;
	overflow	: auto;
}


#infoDiv{
	position 	: absolute;
	left		: 0px;
	top			: 200px;
	width		: 100%;
	height		: 200px;
	z-index		: 9;
	visibility	: hidden;
}

#cyber-web{
	position 	: absolute;
	left		: 0px;
	top			: 530px;
	width		: 100%;
	height		: 20px;
	z-index		: 7;
}


p.headline {
  background-color:#1266c7;
  font-size: 7pt;
	font-family:Verdana;
	color:#ffffff;
}



a:link {color: #0c2b86 ; text-decoration: none; font-family: Verdana;font-size:8pt;}
a:visited {color: #0c2b86 ; text-decoration: none; font-family: Verdana;font-size:8pt;}
a:hover {color: #000000 ; text-decoration: none; }
a:active {color: #000000 ;text-decoration: none;font-size:8pt; }






