body {
	background-color: #000;	
	margin: 0px;
	}

#wrapper {
	width: 352px;
	height: 352px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -176px 0 0 -176px;
	text-align: center;
	}

#wrapper a {
	text-decoration: none;
	color: #FF9900;
	font-weight: bold;
	font-size: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

#wrapper a:hover {
	color: #C00000;
	}

.copy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	}