*{
	margin:0;
	padding:0;
	outline:0;
}
img{
	border:0;
	vertical-align:bottom;
}
a,a:visited{
	text-decoration:none;
}
ul{
	list-style:none outside;
}
body{
	text-align:center;
	font:12px/18px arial,helvetica,sans-serif;
	color:#626469;
	padding:0 0 20px;
}
#outer{
	width:900px;
	margin:0 auto;
	overflow:hidden;
	padding:54px 0 0;
}
#header{
	width:900px;
	height:480px;
	margin:0 auto;
	overflow:hidden;
	background:url(images/header.jpg) no-repeat right bottom;
}
#header h1{
	width:390px;
	height:56px;
	float:left;
	line-height:15px;
	font-size:12px;
	overflow:hidden;
	text-indent:-100em;
	background:url(images/logo.jpg) no-repeat;
	margin:0 0 130px;
}
#header h2{
	width:384px;
	height: 24px;
	margin:0 auto 16px;
	clear:both;
	overflow:hidden;
	text-indent:-100em;
	background:url(images/areyou21.gif) no-repeat;
}
#header ul{
	width:205px;
	height:34px;
	margin:0 auto;
	clear:both;
}
#header ul li{
	float:left;
	width:93px;
	height:34px;
}
#header ul li.no{
	float:right;
}
#header ul li a{
	display:block;
	overflow:hidden;
	text-indent:-100em;
	background:url(images/yesno.gif) no-repeat;
	width:93px;
	height:34px;
}
#header ul li.no a{
	background-position:right top;
}
#header ul li.yes a:hover{
	background-position:left bottom;
}
#header ul li.no a:hover{
	background-position:right bottom;
}

/* footer */
#footer{
	clear:both;
	text-align:left;
	overflow:hidden;
	width:900px;
	margin:0 auto;
	font:10px/20px arial;
	text-transform:uppercase;
	color:#626469;
	border-bottom:1px solid #cacaca;
}
#footer a{
	color:#626469;
}
#footer a:hover{
	text-decoration:underline;
}
#footer p{
	padding:5px 0;
}

/* extra */
.skiplink{
	position:absolute;
	left:-9999em;
	top:-9999em;
}
