/*	Age Page CSS
The Crash Pad Series
http://www.crashpadseries.com
 */

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	}

#age { 
	background-image: url(../images/main/CPS2-agepage.jpg);
	height: 800px;
	width: 700px;
	background-position:center;
	position: relative;
	left: 100px;	}

#menu a {
	position: absolute;
	height: 150px;
	width: 300px;
	top: 310px;
	text-decoration: none;
	left: 5px;
   }

#menu a i { visibility: hidden; }
a#exit {top: 670px; left: 530px;}
a#exit {top: 670px; left: 528px;}
a#enter {top: 500px; left: 334px;}
a#tou {top: 410px; left: 95px;}


/*	Footer */	

#footer {	

font-family: Georgia, "Times New Roman", Times, serif;	
font-size: 10pt;	
font-weight: 250;	
margin: 0;	
padding: 5px 0 5px;	
text-align: center;		
color:#330000;
width: 700px;
position: relative;
left:100px;}

#footer a {color: #FF6699;}			

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



	
