* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	background-image: url('background.png');
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

.distance { 
	width:1px;
	height:50%;
	background-image: url('background.png');
	margin-bottom:-240px; /* half of container's height */
	float:left;
}


body {
	text-align:center; /* horizontal centering for IE Win quirks */
}

.Main {
	margin:0 auto;
	position: relative; /* puts container in front of distance */
	text-align: left;
	height: 480px;
	width: 640px;
	clear: left;
	background-image: url('background.png');
	text-align: center;
}

a.maillink {
    text-decoration: none;
    font:100.01%/1.4 sans-serif;
    color: black;
}
