body {
	margin:0;
	padding:0;
	background-color:#000;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
}

#wrapper {
	position:absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 630px;
	margin-top: -310px; /*set to a negative number 1/2 of your height*/
	margin-left: -450px; /*set to a negative number 1/2 of your width*/
}

p {
	padding:0 50px 20px 50px;
	font-size:1em;
	line-height:130%;
}

a {
	color:#666666;
}

a:hover {
	color:#FF0000;
}