body, html {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	overflow:hidden;
}
#index {
	position: absolute;
	top: 50%;
	left: 50%;
	vertical-align: middle;
	width: 610px;
	height: 350px;
	margin: -175px auto auto -305px;
	color: #888888;
}
#indexstart {
	width: 600px;
	height: auto;
	font: normal small-caps normal smaller/normal Arial, sans-serif;
	line-height: normal;
}
#index p {	
	text-align: right;
	margin: 5px;	
	padding: 0;
}
#index p.big {
	font: normal small-caps bolder medium/normal Arial, sans-serif;
	margin: 5px;
	padding: 0;
}
#index img {	border:0;	vertical-align: middle;}

#indexstart a:link, a:visited {
	color: Black;
	text-decoration: none;
}
#indexstart a:active, a:hover {
	color: Black;
	text-decoration: underline;
}