<style type="text/css">

	html, body {
		margin:0;
		padding:0;	
		height:100%;
		}

	body {
		background:#00526a url("img/ic_bg.jpg") repeat-x fixed center -75px;
		text-align:center; /* horizontal centering for IE Win quirks */
		}

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

	#container {
		background: url("img/ic_logo.png") no-repeat center;	
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height: 206px;
		width: 836px;
		clear:left;
		}

</style>
