body { margin: 0px; padding: 0px; min-width: 800px; }

ul { list-style-type:none; margin: 0px; padding: 0px;}
li { margin: 0px; padding: 0px; }
a { text-decoration:none; }

#container {
	width: 800px;
	padding-top: 10px; 
	position:absolute;
	left: 50%;
	margin-left: -400px;
	
}

#fbLogo {
	position: absolute;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	right: 6px;
	top: 35px;
}

#fbLogo a {
	color: #FFFFFF;
}

#fbLogo a#fbImageLink img {
	position: relative;
	top: 3px;
}

#femaleHolder { width:400px; background: url(images/femaleSideWhole.jpg) 0 0 no-repeat; }
#maleHolder { width:400px; background: url(images/maleSideWhole.jpg) 0 0 no-repeat;}
/* Landing Page Image Rollovers and hidden text for disabled styles */
#genderChoiceList li { text-indent: -100em; float: left; }
#genderChoiceList li a {  display: block; overflow: hidden; }


 
a#maleLink:link, a#maleLink:visited  { background: url(images/maleSideWhole.jpg) 0 0 no-repeat; width:400px; height: 544px; }
a#maleLink:hover, a#maleLink:active { background-position: -400px 0; }

a#femaleLink:link, a#femaleLink:visited { background: url(images/femaleSideWhole.jpg) 0 0 no-repeat; width: 400px; height: 544px;  }
a#femaleLink:hover, a#femaleLink:active { background-position: -400px 0; }


.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #95B488;
