@charset "utf-8";
/* CSS Document */

html,body {	margin:0; padding:0 }
body{ height:100%; background-color:#f3dcae; color:#dce382; font-family: "Trebuchet MS", Arial, Verdana, sans-serif; font-size: 76.01% }

.testoBianco { color:#FFF }
.testoRosso { color:#971516 }

a.linkRosso:link, a.linkRosso:visited { color:#971516; text-decoration:none }
a.linkRosso:hover { color:#c89900 }

.clear { clear:both }

div#background { position:absolute; width:100%; height:100%; background: url(../images/background.png) center center no-repeat }
div#intro { width:268px; position:absolute; text-align:center }
div#container { width:980px; height:580px; position:absolute; background-color:#FFF5EB; border:1px solid #663b13 }
div#pagina { display:none }

.separatore-intro { padding-top:70px }
.lingua {
	padding:0 31px 0 31px;
	font-size:1.3em;
	font-weight:bold;
	color:#971516;
	display:inline
}