/*
                           _                    _      
                          | |                  | |     
  ___ _ __ _   _ _ __ ___ | |__   ___  ___   __| | ___ 
 / __| '__| | | | '_ ` _ \| '_ \ / __|/ _ \ / _` |/ _ \
| (__| |  | |_| | | | | | | |_) | (__| (_) | (_| |  __/
 \___|_|   \__,_|_| |_| |_|_.__/ \___|\___/ \__,_|\___|

   crumbcode.com . online and offline content design

*/

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size: 12px;
	color: #000000;
	background: url(background.jpg) center center no-repeat;
	background-color: #ffffff;
	background-attachment: fixed;
	text-align: center;
}
h1 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 11.5pt;
	font-weight: normal;
	font-style: italic;
}
#distance { 
	width: 1px;
	height: 50%;
	margin-bottom: -115px;
	float: left;
}
#main {
	margin: 0 auto;
	position: relative;
	height: 230px;
	width: 560px;
	clear: left;
}