@import url(page1.css);

h1 {color: #909;}

a#males  {background: url(../pics/males_50.gif) no-repeat 50% 100%;
          text-align: center;
	      width: 70px;
		  height: 70px;
		  position: relative; top: 48px; left: -80px; }
		  
a#males:hover {background: url(../pics/males_50_hover.gif) no-repeat 50% 100%; border: none; }

