a:link { color: black; }
a:visited { color: #333; }
a:hover { color: #666; }
a:active { color: black; }

body {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
}

div#centerframe {
	font: normal 13px Verdana,Arial,'Bitstream Vera Sans',Helvetica,sans-serif;
	position: relative;
	width: 660px;
	margin-left: 50%;
	left: -370px;
	margin-top: 80px;
	background-color: white;
	border: 1px solid #DDD;
	border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 40px;
}
body * { background-color: white; }
h2 { text-align: center; margin-bottom: 2em; }
p { text-align: justify; }
div#logo2 {
	position: absolute;
	width: 121px;
	height: 133px;
	top: -30px;
	right: -30px;
	background-color: transparent;
}
div#logo2 img {
	background-color: transparent;
}
div.middle {
	width: 450px;
	margin-left: 80px;
	margin-top: 40px;
	margin-bottom: 40px;
}
div.border {
	border: 1px solid #383;
	border-radius: 10px;
	-moz-border-radius: 10px;
}
div.pad {
	padding: 20px;
}
input#email {
	border: 1px solid #383;
	border-radius: 2px;
	-moz-border-radius: 2px;
	text-align: center;
}
input.green {
	border: 1px solid #383;
	border-radius: 2px;
	-moz-border-radius: 2px;
	width: 165px;
	text-align: center;
}
div#links {
	text-align: center;
}
.goodbye { text-align: right; font-style: italic; }