body 
{
	background-color: #001;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #CCC;
	text-align:center;
}
.NiceDiv
{
	background-image: url(../leGhosts/Intropix/back_big.png);
	background-repeat: no-repeat;
	width:800px;
	height:600px;
	text-align:left;
}
a
{
	text-decoration:none;
	color:#999;	
}
a:active
{
	border:0;	
	color:#999;	
}
.displayDiv, .hideDiv
{
	position:absolute;
	top:0px;
	left:0px;	
	width:100%;
	height:100%;
}
.displayDiv
{
	visibility:visible;
}
.hideDiv
{
	visibility:hidden;
}
.textLeft
{
	text-align:left;
}

.niceHeader
{
	text-align:left;
	color:fff;
	font-size:30;
}


