* {
			margin:0;
			padding:0;
			}
	
		html, body {
			height:100%;
			}
	
		body {
			background-color:#ffffff;
			color:#333333;
			font:100.01%/1.4 Helvetica, Arial, sans-serif;
			text-align:center; /* horizontal centering for IE Win quirks */
			}
	
		#distance { 
			width:1px;
			height:50%;
			background-color:#ffffff;
			margin-bottom:-165px; /* half of container's height */
			float:left;
			}
	
		#container {
			margin:0 auto;
			position:relative; /* puts container in front of distance */
			text-align:left;
			height:330px;
			width:800px;
			clear:left;
			line-height: 1;
			}
		#container .left, #container .right { width: 400px; float: left; }
	
		#container h1 {
			width: 381px;
			height: 151px;
			background: url(logo.jpg) no-repeat top left;
			text-indent: -9999em;
			}
		#container h2 {  
			font-size: 14px;
			color: #333333;
		}
		#container p {
			text-align: right;
			text-transform: lowercase;
			margin: 0 50px 0 0;
			color: #666666;
			}
		#container img { 
			border: 1px solid #999999;
			padding: 5px;
			margin: 3px;
		 }	
		 #container p.uke { color: #666666; }
		 #container p.utp {text-align: right; margin: 70px 0 0 0;}
		 #container p.utp img { border: 0; }
		.clear {
			clear: both; height: 0;
		}
		#container ul li { display: inline; list-style-type: none; }