html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #ffffff;
}

#wrapper {
	min-height: 630px;
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
}

#page {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -424px;
	margin-top: -430px;
	width: 847px;
	height: 838px;
	text-align: center;
	background: #ffffff url(website.jpg) no-repeat 50% 0;
	padding-top: 38px;
}
