#centBox{
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .85);
	width:50%;
    height:auto;
    position:absolute;
    left:45%;
    top:50%;
    margin:-100px 0 0 -150px;
	border:1px solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#centHighBox{
	background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .85);
	width:55%;
    height:auto;
	padding-top:10px;
	padding-bottom:5px;
    margin: 10% auto;
	border:1px solid;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	min-width:500px;
}
.errorBox{
	height:20px;
	background: rgb(255, 70, 0);
    background: rgba(255, 70, 0, .7);
	width:75%;
	margin: 0 auto;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	/*color:red;
	font-weight:bold;*/
}
html,body{height:100%;}
body{
	background-image:url('../img/green_notitle_blur.jpg');
	background-size:cover;
	background-attachment:fixed;
	background-position:center; 
	background-repeat:no-repeat;
	
	
}
.penguin{width:15%;}
table{width:100%;margin-left:0%; margin-top:10px;}
table td,h1{text-align:center;}

#recaptcha_area{
	margin: 0 auto;
}