body {
	margin: 0px; /* required */
	font-family: Arial, Helvetica;
	font-size: 12px;
}

div#wrapper {
	background-color: red; /* cosmetic */
	height: 0px; /* set to taste */
	/* required */
	position: absolute;
	overflow: visible;
	display: block;
	width: 100%;
	left: 0px;
	top: 50%;
	padding: 0px;
	margin: 0px;
}

div#center {
	background-color: #FFF; /* cosmetic */
	overflow: auto; /* set to taste */
	position: absolute; /* required */
	left: 50%; /* required */
	margin-left: -115px; /* half of width */
	width: 230px; /* width of div */
	height: 262px; /* height of div */
	top: -131px; /* half of height */
	padding: 0px;
	overflow: hidden;
}

div#content {
	background: #fff url(/unsubscribe/images/noflash/noflash_content.gif) no-repeat top left;
	height: 32px;
	margin: 9px 0px 0px 0px;
	padding: 15px 2px 15px 2px;
}

div#content a:link {
	color: #000;
	text-decoration: underline;
}
div#content a:visited {
	color: #000;
	text-decoration: underline;

}
div#content a:hover {
	color: #000;
	text-decoration: underline;

}
div#content a:active {
	color: #000;
	text-decoration: underline;

}


div#footer {
	margin: 12px 0px 0px 0px;
}

h1 {
	background: #fff url(/unsubscribe/images/noflash/noflash.gif) no-repeat top left;
	text-indent: -1000px;
	height: 158px;
	line-height: 158px;
	margin: 0px;
	padding: 0px;
}