@import url(page1.css);

h1 {font-size: 50px; color: #333;}

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; }

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

a#pupies {background: url(../pics/pupie_50.gif) no-repeat 50% 100%;
           text-align: center;
		   width: 70px;
		   height: 70px;
		   position: relative; top: 48px; left: 220px;}

a#pupies:hover  {background: url(../pics/pupie_50_hover.gif) no-repeat 50% 100%; border: none; }
		   
a#lang {left: -238px; top: 20px;}
