html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFFFF;
}

#page {
	outline: none;
}

#page p {
	position: absolute;
	top: 50%;
	width: 956px;
	margin-left: 80px;
}

#spacer {
	float:left;
	height: 50%;
	margin-bottom: -327px;
	width: 1px;
}

#wrapper {
	left: 50%;
	position: absolute;
	top: 50%;
	width: 50%;
}

#wrapper_content {
	clear:left;
	width: 956px;
	height: 520px;
	margin: 0 auto;
	position: relative;
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
