body {
    background-image: url(../images/corpback.jpg);
    background-position: left top;
}


h1 {
    color: black;
    text-align:center;
}

#mainpagediv {
	width: 1024px;
   	height: 600px;
	position: absolute;
    	top:0;
    	bottom: 0;
    	left: 0;
    	right: 0;
	margin: auto;
	
	text-align:center;
}

#maindiv {
	width: 700px;
   	height: 600px;
	position: absolute;
    	top:0;
    	bottom: 0;
    	left: 0;
    	right: 0;
	margin: auto;
}

#formdiv {
	background-color: rgba(255,255,255,0.8);
}

#formindiv {
	padding-left:75px;
}

div {
	padding: 5px;
}

#Name {
	width: 300px;
}

#Email {
	width: 300px;
}

#Captcha {
	width: 100px;
}

#cap {
	border: 2px solid black;
}

#thankstext {
	color: black;
    	text-align:center;
}

#mainpic {
	max-width:980px;
	margin-top:20px;
}

#register {
	font-size:30px;
	text-decoration: none;
}