@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	text-decoration:none;
	list-style:none;
	border:none;
	font-family:Trebuchet Ms, Verdana, Geneva, Arial, Helvetica, sans-serif
}

html, body { height:100%; }
		
body{
	background:#000 url(../img/bg_pnet.jpg) center top no-repeat;
	color:#fff;
	text-align:center; /* hack para o IE */
	}
		
#distancia { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* Metade da altura do nosso box que ficará centralizado */
	float:left;
	}
		
#cosmos {
	margin:0 auto;
	position:relative; /* Coloca o container frente ao elemento com o id distance */
	text-align:center;
	height:600px;
	width:480px;
	clear:left;
	}

img{ border:1px solid #000; margin-bottom:10px; }

a{ color:#fff; }
a:hover{ text-decoration:underline; }
