body {
	position: absolute;
	left: 0px;
	right: 0px;
	color: #000000;
	font-size: small;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	width: 100%;
	height: 100%;
}
div {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 200px;
	height: 234px;
	margin-left: -100px; /* half of width */
	margin-top: -117px;  /* half of height */
	text-align: center;	
}
a {
	color: #444444;
	text-decoration: none;
	font-weight: bold;
	border: 0;
	margin: 0;
	padding: 0;	
}

img {
	border: 0	;
}

