html, body
{
	background-color: #EEEEEE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #000000;
}

address {
	font-style: normal;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 100px;
	margin: -100px 0 0 -85px;
	background-color: #CCCCCC;
	border: solid;
	border-width: 1px;
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
}