@charset "UTF-8";


body {
	margin-left: 0px;
	margin-top: 0px;
	background-color: #000000;
}

/* CSS Document */

.wrapper {
	height: 590px;
	width: 1000px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/thank_you_background.jpg);
}
.main {
	height: 556px;
	width: 1000px;
	background-image: url(images/contact_bkrnd.jpg);
	background-repeat: no-repeat;
	float: left;
}
.footer {
	height: 34px;
	width: 1000px;
	float: left;
}
.topspacer {
	height: 215px;
	width: 1000px;
}
.contactform {
	height: 300px;
	width: 75px;
	float: left;
}
.contactformdiv {
	float: left;
	height: 330px;
	width: 800px;
}
.form {
	height: 300px;
	width: 400px;
}
