@charset "UTF-8";
/*
##########  ##### #########
###   ########
#   anastaticband.com's fucking css
#    kludged together by 3Lr0
#		mike@anstaticband.com 
##     ########
####      ### ######
###################
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000000; 
	background-image:url(../images/pan_bridge_logo.png);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;	
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in stupid fucking useless IE 5 browsers. 
						The text is then set to the left aligned default in the #container selector,
						but they don't even deserve that much.  3lr0 */				
	color: #000000;
    z-index:0;
}

a {
	color:#FFFFFF;
	text-decoration:none;
}

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

a:hover {
	color:#0099FF;
	text-decoration:none;
}

/*_*/

.anaStyle #container {
	width: 80%; 
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
}


.anaStyle #mainContent {
	padding: 0 20px; 
	background: #FFFFFF;
	text-align:left;
		
}



.anaStyle #moreTextBawx {
	height: 260px;
	padding-left:5px;
	text-align:left;
	font:"Courier New", Courier, monospace;
	color:#ffffff;
	background-color:silver;
	opacity:25;
	filter: alpha(opacity=25);
	-moz-opacity: 0.25;
	
	position:absolute;
	bottom:0;
	width: 800px;		
}

.anaStyle #moreTextBawxOff {
	height: 260px;
	padding-left:5px;
	text-align:left;
	font:"Courier New", Courier, monospace;
	color:#ffffff;	
	position:absolute;
	bottom:0;
	width: 800px;		
}

.anaStyle #moreTextBawxOn {
	height: 260px;
	padding-left:5px;
	text-align:left;
	font:"Courier New", Courier, monospace;
	color:#ffffff;
	background-color:silver;
	opacity:50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	
	position:absolute;
	bottom:0;
	width: 800px;		
}



div.moreTextBawxOn {
	color:#ffffff;
	background-color:silver;
	opacity:50;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	position:absolute;
	bottom:0;
	width: 800px;		
}

div.moreTextBawxOff {
color:#ffffff;	
	position:absolute;
	bottom:0;
	width: 800px;		
}


 
div.transOFF {
	width: 100%; 
	background-color: silver;

}
div.transON {
	width: 100%; 
	background-color: silver;
	opacity:.50;
	filter: alpha(opacity=50); 
	-moz-opacity: 0.5;
	 
}

div.trans25 {
	width: 100%; 
	background-color: silver;
	opacity:.25;
	filter: alpha(opacity=25); 
	-moz-opacity: 0.25;
	border:1px solid black; 
}
div.trans75 {
	width: 100%; 
	background-color: silver;
	opacity:.75;
	filter: alpha(opacity=75); 
	-moz-opacity: 0.75;
	border:1px solid black; 
}
