body {
	background-color: #00a99d;
}

.homeText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.homeText a {
	color: #f5871f;
	font-weight: bolder;
}
#wrapper {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 920px;
	height: 695px;
	margin-top: -347.5px; /* half of the height */
	margin-left: -460px; /* half of the width */
}