@charset "UTF-8";
#wrapper {
	width:374px;
	text-align:left;
	padding:10px;
	border: 20px solid #685337;
	position: relative;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 577px;
}
#footer {
	width: 216px;
	margin-right: auto;
	margin-left: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	margin-top: 7px;
	height: 45px;
}
.yesorno {
	float: right;
	width: 84px;
}
.age {
	float: left;
	width: 132px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	text-align:center;
}
#main_image {
	display: block;
	width: 374px;
	height: 577px;
	background-image: url(../images/cerise_front_page.jpg);
}
#main_image:hover {
	background-image: url(../images/cerise_front_page2.jpg);
}
