* {
	margin:0;
	padding:0;
}

html, body{
	height:100%;
	background-color:#808285;
	text-align:center;
}
#distance{ 
	width:1px;
	height:50%;
	margin-bottom:-100px; /* halbe hoehe vom opener div */
	float:left;
}
#opener{
	margin:0 auto;
	position:relative;	
	text-align:center;
	width:900px;
	height:167px;
	clear:left;
}
#opener a img{
	border:none;
}
.row1{
	float:left;
}
.row2{
	float:left;
}
.row3{
	float:left;
}