/*	Body and Age Page CSS
Pink & White Productions
http://www.pinkwhite.biz
 */

body {
    font: 69% Verdana, sans-serif;
    background-color: #FFFFFF ;
	color: #7e7c7c;
    padding: 0;
	margin: 0;
}

/* Age Page */

#age { 
	background-image:url(agepage.gif);
	height: 576px;
	width: 768px;
	background-position: center;
	margin: 0;
	position:relative;
	left: 250px;	}

#menu a {
	position: absolute;
	height: 74px;
	width: 239px;
	top: 468px;
	text-decoration: none;
   }

#menu a i { visibility: hidden; }

a#exit {
	top: 370px;
	left: 576px;
}
a#enter {
	left: 558px;
}

/*	Footer */	

#agefooter {	

	font: Verdana, sans-serif;
	font-size: 8pt;	
	font-weight: 250;	
	margin: 0;
	position:relative;
	left: 250px;
	padding: 5px 0 5px;	
	text-align: center;		
	color:#999999;
	width: 768px;
	}

#agefooter a {color: #FF6699;}			

#agefooter a:hover {color: #333333;}			
