
		.black_overlay
		{
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 200%;
			background-color: #000000;
			z-index: 1001;
			-moz-opacity: 0.6;
			opacity: 0.60;
			filter: alpha(opacity=60);
		}
		
		#splash {
			display: block;
			width: 500px;
			height: 500px;
			position: absolute;
			top: 50%;
			left: 50%;
			margin-left: -250px;
			margin-top: -250px;
			font-family: Arial, Helvetica, sans-serif;
			z-index: 1002;
			background: top left url('splashpage.jpg') no-repeat #FFFFFF;
			border: 2px solid #99cccc;
			color: #393939;
			font-size: 18px;
			font-weight: bold;
		}
		
		#splash a { 
			color: #393939;
			text-decoration: none;
			display: block;
			text-align: center;
			padding: 240px 50px 120px 50px; 
		}
		
		#splash a:hover {
			color: #000000;
		}
		

  
