/* vertcenter-index.css */

#vertcenterline {
	position: absolute;
	visibility: visible;
	color: white;
	background-color: #0ff;
	display: block

	text-align: center;
	top: 50%;
	left: 1px;
	width: 99%;
	height: 0px;
	overflow: visible;
}


#pagecenter {
	position: absolute;
	visibility: visible;
	color: black;
	background-color: none;

	font-family: Verdana, Geneva, Arial, sans-serif;
	left: 21%;
	width: 58%;
	text-align: center;

	top: -3em;
	height: 8em;
}
