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


* {
	margin:0;
	padding:0;
	}

html, body {
	height:100%;
	}
		
	a:link{text-decoration:none; font-weight: normal; color:#808080}
	a:visited{text-decoration:none; font-weight: normal; color:#808080} 
	a:active {text-decoration:none; font-weight: normal; color:#808080}
	a:hover{color:#CC9933}
 
body {
	background-color: #FFFFFF;
	font-size: 70%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	}
 
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-225px; /* half of container's height */
	float:left;
	}
 
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:450px;
	width:470px;
	clear:left;
	}

.color-2 {color: #808080}