body {
	background-image: url(images/bkgd.jpg);
	background-repeat: repeat;
}
.main {
	background-image: url(images/goodbye_bk.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 740px;
	width: 600px;
	border: 0px none;
	text-align: center;
}
.goodbyeform {
	position: absolute;
	z-index: 2;
	height: 500px;
	width: 340px;
	top: 130px;
	left: 125px;
	border: 0px none;
	margin: 0px;
	padding: 0px;
}
font {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFFFFF;
	text-decoration: none;
}

a {
	font-style: normal;
	color: #00FFFF;
	text-decoration: none;
}

a:hover {
	font-style: normal;
	color: #FFFF33;
	text-decoration: none;
}
a:visited {
	font-style: normal;
	color: #00FFFF;
	text-decoration: none;
}


.bluetype {
	font-weight: bold;
	color: #00FFFF;
	text-decoration: none;
}
.redtype {
	color: #FF3333;
}
.graytype {
	color: #999999;
}
.disclaimer {
	text-align: center;
	width: 500px;
	top: 740px;
	position: absolute;
	z-index: 4;
	left: 35px;
	right: 25px;
}
.buttondiv {
	position: relative;
	height: 120px;
	width: 120px;
	top: 75px;
	left: 520px;
	z-index: 3;
}
