@charset "utf-8";
/* CSS Document */

* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#FFFFFF;
		text-align:center; /* horizontal centering for IE Win quirks */

		}

	#distance { 
		width:1px;
		height:50%;
		margin-bottom:-261; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		height:562px;
		width:929px;
		clear:left;
		z-index:1;
		background-image:url(../images/fake_bg.gif)

		}
		
		
		#widget {
		position:relative;
		height: 40px;
		width:929px;
		background-color:#FFFFFF;
		z-index:2;
		padding-top:16px;
		
		}
		
		
