@charset "UTF-8";
/* CSS Document */

body{
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	background-color:#ffffff;	
	text-align:center;
	background-image:url(../images/bg_agescreener.gif);
	background-repeat:repeat-x;
	background-color:#94c2c7;
	}
	
p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#faed72;
	font-weight:bold;
	}
	
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#faed72;
	line-height:120%;
	font-weight:bold;
	}
	
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#faed72;
	line-height:120%;
	font-weight:bold;
	}	

/*****************************************************************/

.container{
	width:884px;
	margin-left:auto;
	margin-right:auto;
}

.footer{
	margin-left:0px;
	margin-top:630px;
	position:absolute;
	border-top:solid 1px #9f9f9f;
	width:100%;
	height:110px;
	background-color:#ffffff;
	padding-top:5px;
	z-index:25;
	}
	
	.footer p{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color:#999999;
		line-height:120%;
		font-size:10px;
		text-align:center;
		}
	
