@charset "UTF-8";
body {
	text-transform: none;
	background-color: #433231;
	color:#e5e8e1;
	text-align:center;
}

.logo{padding-top:50px; padding-bottom:25px;}

#titolo{font-size:48px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#e5e8e1;}

#inglese{font-size:32px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#e5e8e1;}

#testi{font-size:20px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#e5e8e1;}

#container{
	font-style: normal;
	text-transform: none;
	width:auto;
	text-align:center;
	margin:0auto;
}

#container a {
	text-decoration:underline; 
	color:#ffffff;
	text-align:center;
	cursor:pointer;
}

#container a:hover {
	text-decoration:underline; 
	color:#ffffff;
	text-align:center;
	cursor:pointer;
}

.divider{
	padding-bottom:30px;
	}