html, body{
	width: 100%;
	height: 100%;
}

body{
	margin: 0px;
	background-color: #ffffff;
}

img{
	position: absolute;
	width: 809px;
	left: 50%;
	top: 50%;
	margin-left: -405px;
	margin-top: -295px;
	border: 0px;
}

.hidden{
	display: none;
}