* {
	margin: 0;
	padding: 0;
}
img {
	border: 0
}
html, body {
	height:100%;
}
.distance {
    width:1px;
    height:50%;
    background-color:fff;
    margin-bottom:-338px; /* half of container's height */
    float:left;
}
.site {
    margin:0 auto;
    position:relative; /* puts container in front of distance */
    text-align:left;
    height:675px;
    max-width:1200px;
    clear:left;
    background-color:#fff;    
}
	.site_container {
  margin: 0 auto 0 auto;
  width: 100%;
  background: url(../images/galabau-grussmann.jpg) no-repeat;
  background-size:100% auto;
	min-height: 675px;
	float: left;
	position: absolute;
}


