.indextable {
	background-color: #ffffff;
	border: 1px solid #000000;
	text-align: center;
}

#horizon        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	}

#content    
	{
	position: absolute;
	top: -200px;
	left: 0;
	width: 100%;
	height: 300px;
	}



.bodytext {
	padding: 10px;
	width: 770px;
	border: 1px solid #000000;
	text-align: center;
	background-color: #ffffff;
	}

div#blackveil {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
}
div#blackveil div {
	margin: 100px auto 0;
	width: 650px;
	text-align: center;
	font: 12pt Verdana, Tahoma, sans-serif;
	color: white;
}
div#blackveil h1 {
	font-size: 12pt;
	margin-top: 50px;
	color: red;
}
div#blackveil p {
	text-align: justify;
}
div#blackveil a {
	display: block;
	margin-bottom: 30px;
	font-size: 14pt;
	color: white;
}

