/* CSS3 for experiment with opaque moving elements and dynamic background.
/* 2004 f0b1c at hyperware dot net */

body{
	margin:0;
	padding: 0;
	height: 100%; 
	text-align: center;
	font-family: "Courier New", Courier, monospace;
	background: black url('bg.gif') repeat;
	color:white;
}

body.psycho{
	background: white url('bg-psycho.jpg') repeat;
}

body.psycho *{
	display:none;
}

.movingdiv{
	position:absolute;
	left:0;
	font-size:0px;
	width:100%;
	background-color: gray;
}

#useless, #useless a{
	height: 5%; 
	width: 50%;
	position: absolute;
	left: 25%; 
	top: 45%;
	background-color: transparent;
	font-size:10pt;
	color:lime;
	letter-spacing: 1em;
	text-transform:uppercase;
	font-weight:bold;
	opacity: 0.6;	
	text-decoration: none;
}
