html, body { 
	width: 100%; height: 100%;
	margin: 0px; padding: 0px;
	text-align: center;
	}
	
#horitzo { border: 0px solid red;
	position: absolute;
	left: -455px; top: -260px;
	width: 100%; height: 100%; 
	}

#tot { border: 0px solid blue;
	background: #231f20; color: #ddd;
	position: absolute; visibility: visible;
	width: 910px; height: 520px;
	left: 50%; top: 50%;
	margin: auto;
	}
/* --- DALT --- */

#imatge { position: absolute; 
	width: 910px; height: 270px; top: 125px; left: 0px; }

#logotip { position: absolute; 
	width: 910px; height: 125px; top: 0px; left: 0px; }

#idioma { position: absolute; 
	width: 910px; height: 30px; top: 430px; left: 0px; }
	
#adresa { position: absolute;
	width: 910px; height: 30px; top: 475px; left: 0px; }
	

