@charset "utf-8";
/* CSS Document */
body{
	background-color: #FFD200;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}

.hidden{
	display: none;
}

#age{
	padding: 0px;
	margin: 0 auto;
	width: 400px;
}

#age ul{
	list-style: none;
}

#age ul li{
	float: left;
	display: block;
	width: 150px;
}
	

#age ul li a#yes{
	display: block;
	width: 54px;
	height: 45px;
	background: url(../images/age/yes.jpg) no-repeat top left;
	margin: 35px 0px 30px 83px;
}

#age ul li a#yes:hover{
	background-position: bottom;
}

#age ul li a#no{
	display: block;
	widht: 54px;
	height: 45px;
	background: url(../images/age/no.jpg) no-repeat top left;
	margin-left: 5px;
	margin-top: 35px;
	margin-bottom: 30px;
}

#age ul li a#no:hover{
	background: url(../images/age/no.jpg) no-repeat bottom left;
}

/* Footer */
#footer {
	clear:both;
	font-size:11px;
	height:50px;
	/*padding-top:30px;*/
}
div#footer ul {
	color:#4c3f00;
	display:block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 auto;
	text-align:center;
	width:663px;
}
div#footer ul li {
	float:left;
	padding:8px 22px;
}
div#footer ul li a {
	color:#4c3f00;
	text-decoration:none;
}
div#footer ul li a img {
	margin-top:-6px;
}