body {
	background-color: white;
	font: 11pt Arial;
}
#horizon {
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
background-color: transparent;
text-align: center;
}

#container {
position: absolute;
background-image: url(../images/holdingpage.jpg);
width: 800px;
height: 600px;
top: -300px; /* half the height  */
left: 50%;
margin-left: -400px; /* half the width  */
background-color: white;
text-align: left;
color: white;
}
#mail {
	position: absolute;
	right:33px;
	bottom: 130px;
	background-color: transparent;
	height: 20px;
	width: 100%;
	color: #808285;
	text-align: right;
}
a:link, a:visited, a:active {
	color: #cfa8a3;
}