body {
	background-color:#4fd384;
	background-image:url("images/bg.png");
	background-repeat:repeat-x;
	margin:0px;
	font-family: arial, "lucida console", sans-serif
	}

img {
	border:0px;
	}
	
#container, #container2 {
	width:750px;
	height:610px;
	padding-top:39px;
	margin:0px auto;
	}
	
#container2 {
	background-image:url("images/container_bg.png");
	background-repeat:no-repeat;
	background-position:bottom center;
	}

#footer {
	margin:10px 10px;
	text-align:right;
	}
	
.flappie_title {
	margin-left:20px;
	position:relative;
	}
	
.contents {
	margin:30px 0px 0px 60px;
	width:380px;
	position:relative;
	z-index:20;
	}
	
.flappies {
	position: absolute;
	top:100px;
	left:50%;
	margin-left:-350px;
	z-index:10;
	}

.bottom_hills {
	position: absolute;
	top:424px;
	margin-left:-274px;
	left:50%;
	}
	
#alert {
	clear:both;
	}

.alert {
	font-size:8pt;
	text-align:center;
	padding:10px;
	margin-bottom:10px;
	background-color:#fa9292;
	font-weight:bold;
	color:#000000;
	}
	
#email {
	border:0px;
	color:#777777;
	background-color:transparent;
	margin:10px 15px;
	xfont-weight:bold;
	padding:3px;
	font-size:13pt;
	width:205px;
	}
	
.submit {
	margin:10px 0px 0px 240px;
	background-image:url('images/submit.png');
	width:132px;
	height:50px;
	}
