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

img {
border: 0px none;
}

#flashbtn1 { 
	position: absolute; 
	z-index: 10; 
	bottom: 1%; 
	left: 3%;	
	width: auto; 
	height: 125px; 
	visibility: visible; 
	text-align: right; 
	display: block; 
}


#flashbtn2 { 
	position: absolute; 
	z-index: 10; 
	bottom: 1%; 
	right: 3%; 
	width: auto; 
	height: 125px; 
	visibility: visible; 
	text-align: right; 
	display: block; 
}


#flashbtn3 { 
	position: absolute; 
	z-index: 10; 
	bottom: 5%; 
	left: 50%;
	width: auto; 
	height: 125px; 
	visibility: visible; 
	text-align: right; 
	display: block; 
}


#p5text { 
	position: absolute; 
	z-index: 0; 
	top: 50px; 
	left: 0%;
	width: 100%; 
	//height: 372px; 
	visibility: visible; 
	text-align: center; 
	display: block; 
}


#flyingoctopus {
	//background-image: 'flyingoctopus_icon.gif';
	position: absolute;
	z-index: 20;
	left:45%;
	bottom: 2%;
	width: auto;
	visibility: visible;
	text-align: center;
	display: block;
	text-decoration: none;
	border-style: none;
	border: none;
}

	
	
#paragraph {
	font-size:.6em;
	color: #AAAAAA;
	text-align: center;	
}


#linkage {
	
	position: absolute;
	font-size:.6em;
	color: #AAAAAA;
	text-align: right;
	width: 99%;
	right:0%
	top:0%;
	z-index: 20;
	
}


#linkage a:link {
	text-decoration: none;
	color: #00aaaa;
}

#linkage a:visited {
	text-decoration: none;
	color: #ff00ff;
}

#linkage a:active {
	text-decoration: none;
}

#linkage a:hover {
	text-decoration: none; 
	color: #ff00ff;
}


#flyingoctopus a:link {
	border: none;
}

#flyingoctopus a:visited {
	border: none;
}

#flyingoctopus a:active {
	border: none;
}

#flyingoctopus a:hover {
	border: none;
}

