html, body {
	height: 100%;
	width: 100%;
	background: #202020;
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: Georgia, "Times New Roman", serif;
}

div#wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -212px;
	margin-top: -300px;
	opacity: 0;
}

div#center {
	z-index: 2;
	position: relative;
	width: 424px;
	height: 285px;
	background: url('../img/center_bg.png') no-repeat left bottom;
}

#center h1 {
	font-size: 18px;
	margin: 0;
	padding: 0;
}

#center span.content {
	display: block;
	width: 166px;
	float: left;
	padding-left: 46px;
	margin-top: 200px;
}

img.arrow {
	margin-bottom: 1px;
	margin-right: 5px;
}

#center span a:link,
#center span a:visited,
#center span a:hover {
	color: #999999;
	font-size: 12px;
	text-decoration: none;
}

#male {
	z-index: 1;
	position: absolute;
	right: 424px;
	top: 0;
	width: 0px;
	height: 285px;
	background: url('../img/male.png') no-repeat left top;
}

#female {
	z-index: 1;
	position: absolute;
	left: 424px;
	top: 0;
	width: 0px;
	height: 285px;
	background: url('../img/female.png') no-repeat right top;
}