@charset "utf-8";
* {
		margin:0;
		padding:0;
		}
 
html, body {
		height:100%;
		}
 
body {
	text-align:center; /* horizontal centering for IE Win quirks */
		}
.distance { 
		width:1px;
		height:50%;
		margin-bottom:-300px; /* half of container's height */
		float:left;
		}
 
.container {
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:600px;
	width:800px;
	clear:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		}
#image1 {
	position: absolute; 
	top: 0; 
	width: 480px; 
	height: 125px; 
		}
#image2 { 
	position: absolute; 
	top: 470px; 
	left: 162px; 
	width: 158px; 
	height: 100px; 
		}
#image3 { 
	position: absolute;
	top: 470px; 
	left: 322px; 
	width: 158px; 
	height: 100px;
		}
#image4 { 
	position: absolute; 
	top: 470px; 
	left: 481px; 
	width: 157px; 
	height: 100px; 
		}
#image5 { 
	position: absolute; 
	top: 470px; 
	left: 640px; 
	width: 160px; 
	height: 100px; 
		}
#impress { 
	position: absolute; 
	top: 580px; 
	left: 0; 
	width: 320px; 
	height: 30px; 
		}
p {
	color: #666;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
		}
#headline { 
	margin:0; 
	padding: 0;
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	line-height: 26px; 
	position: absolute; 
	top: 150px; 
	left: 190px; 
	width: 480px; 
	height: 25px; 
	vertical-align: top; 
		}
#text {  
	margin:0; 
	padding: 0; 
	position: absolute; 
	top: 200px; 
	left: 220px; 
	width: 390px; 
	height: 255px; 
		}
#nav { 
	margin:0; 
	padding: 0;
	font-size: 11px; 
	font-family: Verdana, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 26px;
	position: absolute; 
	z-index: 1; 
	top: 130px; 
	left: 30px; 
	width: 160px; 
	height: 341px; 
	vertical-align: top; 
	}
