body {
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color:#000;
}

img {
	border:0px;
	}

a {
	color:#1264b7;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
	}

#container-big {
	width: 997px;
	
}

#container {
	width: 997px;
	float: left;
	position: relative;
	
}

#content {
	float:left;
	background: url(images/back.gif) no-repeat;
	width:997px;
	height:772px;
	}
	
a.male {
	float:right;
	position:absolute;
	right:28px;
	top:361px;
	background:url(images/male.jpg) no-repeat;
	width:318px;
	height:60px;
}

a.female {
	float:right;
	position:absolute;
	right:28px;
	top:449px;
	background:url(images/female.jpg) no-repeat;
	width:318px;
	height:60px;
}

a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

form {
	float:left;
	position:absolute;
	left:510px;
	top:64px;
	}

form input {
	border:0px;
	width:80px;
	font-size:42px;
	color:#b80101;
	}