p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #999999;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

#wrapper {
	height: 100%;
}

a {
	color: #666666;
	text-decoration: none;
}

#content {
	width: 500px;
	height: 200px;
	top: 50%;
	position: absolute;
	margin-top: -100px;
	left: 50%;
	margin-left: -250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
