body {
	text-align: center;
	min-width: 700px;
	color: #fff;
	background-color: #000;
	font-family:georgia,serif;
	font-size:250%;
}

a {
	color: #aaa;
}

a:hover {
	color: #ddd;
}

#wrapper {
	width:700px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 70%;
	height: 80%;
	margin: auto;
}

#textwrapper {
	border-top: 2px solid #fff;
}

#links {
	font-size: 50%;
}

#prtext {
	font-size: 35%;
	text-align: left;

}

#policytext {
	font-size: 35%;
}

#copyright {
	font-size: 30%;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}