 #page {
	width: 201px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -100px;
	color: #C4CAD5;
	background : #fff none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: center;
	
}hr {
	background-color: #CCCCCC;
	border: 1px solid #F7931D;
}
a {
	color: #F7931D;
	text-decoration: none;
}
a:hover {
	color: #F7931D;
	text-decoration: underline;
}

