html {
	background: url(images/P9283368_bg.JPG) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	color: #000099;
	font-size: 24px;
	padding: 0px;
	margin: 0px;


}
.addressBox {
	padding: 8px;
	background-image: url(images/P9233309_bg.JPG);
	background-repeat: no-repeat;

}
.addressBoxText {
	color: #FFFF00;
	font-weight: normal;
}
.textBox {
	color: #FFFFFF;
	background-color: #000000;
	padding: 10px;
}
a {
	color: #FFFF00;
}

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-13.75em; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:27.5em;
		width:45em;
		clear:left;
		}
