div.animated { 
	z-index: 50;
	position: relative;
/* 	border: green solid 1px; */
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#geri {
	display: none;
	z-index: 50;
	position: absolute;
	top: -20px;
	left: -40px;
/*
	top: 75px;
	left: 0px;
*/
	width: 208px;
	height: 425px;
	background: url('images/geri.png');
}

#whitebox {
	display: none;
	position: absolute;
	z-index: 51;
	top: 105px;
	left: 255px;
	height: 306px;
	width: 453px;
	background: url(images/whitebox.png);
}

#thankyou {
	display: none;
	position: absolute;
	z-index: 52;
	top: 105px;
	left: 255px;
	height: 306px;
	width: 453px;
	background: url(images/thankyou.png);
}

#thankyou p { display: none;}

#pagetopper {
	z-index: 75;
}
