
/* Código CSS basado en http://d-graff.de/fricca/center.html */


* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}
		

body {
	background-color: #FFFFFF;
	text-align:center; /* horizontal centering for IE Win quirks */
	}
 
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-153px; /* half of container's height */
	float:left;
	}
 
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:305px;
	width:510px;
	clear:left;
	}

