	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

body {
  text-align: center; /* para IE */
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

#distancia { 
		width:1px;
		height:50%;
		margin-bottom:-350; /* la mitad de la altura del contenedor */
		float:left;
		}

#contenedor {
		margin:0 auto;
		position:relative;
		text-align:left;
		height:578;
		width:765;
		clear:left;
		border:1px none;
}
