/* egalize browsers behaviours */
* {
	margin:0;
	padding:0;
	position:relative;
	font-size:12px;
	font-family:Arial,sans-serif;
}

body { text-align:center;background-color:#fff;  }
html, body { height:100%; }
a img, img { border:0}

/* helper */
.hide { display:none; }

/* basic layout */
#distance {
	width:1px;
	height:50%;
	margin-bottom:-150px; /* half of container's height */
	float:left;
}
#page {
	clear:left;
	margin:0 auto;
	height:200px;
	width: 900px;
	
	
}


h1 {
	float: left;
	padding: 0px 50px ;
	
}

