html, body {

	margin: 0px;

	padding: 0px;

	margin-top: 20px;

}

#wrapper {

	height: 590px;

	width: 1034px;

	background-image: url(thankyou-background.jpg);

	background-repeat: no-repeat;

	margin: auto;

}

.graytext {

	font-family: "Courier New", Courier, monospace;

	font-size: 16px;

	color: #666;

	line-height: 20px;

}



#leftside {
	width: 170px;
	margin-top: 140px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	float: left;

}

#right {

	float: right;

	width: 250px;

	padding: 0px;

	margin-top: 70px;

	margin-right: 45px;

}

#center {
	float: left;
	width: 480px;
	margin-top: 120px;
	margin-left: 25px;

}

.red_head {

	font-family: Verdana, Geneva, sans-serif;

	font-size: 17px;

	color: #9C0100;

	font-weight: bold;

}
a:link {
	color: #820606;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #850606;
	text-decoration: none;
	font-weight: bold;
}

