body {
	height: 100%;
	background-color: white;
	margin: 0;
	border: 0;
	padding: 0;
}
img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -100px 0 0 -250px;
}
#footer {
	position: absolute;
	top: 100%;
	margin: -40px 0 0 0;
	width: 100%;
	text-align: center;
}
#footertext {
	color: #8888ff;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 70%;
}