html,body {
	margin: 0px;
	height: 100%;
	background-color: white;
}
img#registered {
	position: absolute;
	width: 407px;
	height: 308px;
	left: 50%;
	top: 50%;
	margin-left: -204px;
	margin-top: -154px;
	cursor: pointer;
}
