* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}

body {
	background-image: url(1.jpg);
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color: orange;
	background-position: left top;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	}

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

#container {
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color: transparent;
	background-position: center center;
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:27.5em;
	width:48em;
	clear:left;
	padding: 10px 150px 0px 50px;
	float:none;
	}



address {
	font-weight:normal;
	font-size:100%;
	font-style:normal;
	text-align:center;
	margin:0 20em 0 3em;
	}
	
	#home  {
text-align: center;
float: right;
position:absolute;
right:76px;
top:28px;
width:100px;
height:50px;
background: none;
padding:5px 0 0 15px;
}