body {
}

#frame {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -200px;
	margin-top: -98px;
}

#copyright {
	position: absolute;
	width: 99%;
	bottom: 10px;
	text-align: center;
	z-index: -1;
	font: 10px Geneva, Arial, Helvetica, sans-serif;
}

#copyright a {
	text-decoration: none;
	color: Gray;
}

#copyright a:hover {
	text-decoration: underline;
	color: Black;
}