@charset "UTF-8";
/* CSS Document */

/*

1030 x 660

*/

@font-face {
	font-family: 'HoboStdMedium';
	src: url('js/hobostd-webfont.eot');
	src: local('☺'), url('js/hobostd-webfont.woff') format('woff'), url('js/hobostd-webfont.ttf') format('truetype'), url('js/hobostd-webfont.svg#webfontA1zlnuS6') format('svg');
	font-weight: normal;
	font-style: normal;
}

* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}
a {
	color: #900;
}

body {
	background-color: #fff;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

div#distance {
	width:1px;
	height:50%;
	margin-bottom: -225px; /* half of container's height */
	float:left;
	}

div#container {
	z-index: 0;
	background-repeat: no-repeat;
	background-image: none;
	position:relative; /* puts container in front of distance */
	text-align:center;
	width: 1024px;
	clear:left;
	background-color: #FFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 450px;
	}
#footer {
	text-align: right;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	height: 24px;
}
 h1 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color:#666;
