
body{
	margin: 0;
	padding: 0;
	color: #ccc;
	font: bold 15px Arial, sans-serif, Geneva, Helvetica, "Helvetica Neue";
	background-color: #333;
}
a{
	color: #ccc;
	text-decoration: none;
}
a:hover{
	color: #fff;
}
#white{
	background-color: #fff;
	padding-top: 240px;
}
#log{
	padding-left: 490px;
	background: #fff url(../img/bg_log.png) repeat-x 0 bottom;
}
#black{
	background-color: #000;
	display: block;
	width: 100%;
	margin-left: 500px;
	padding-left: 8px;
	text-transform: uppercase;
	font-size: 12px;
	height: 15px;
	padding-top: 5px;
	padding-bottom: 3px;
	color: #8f9092;
}
#testo{
	margin-left: 500px;
	margin-top: 28px;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
}
#testo ul{
	margin: 0 0 20px;
	padding: 0;
	list-style-type: none;
}
#testo a{
	font-weight: bold;
}
#testo li{
	width: 100px;
	margin-bottom: 3px;
	border-bottom: 1px solid #67686a;
	padding-bottom: 3px;
}
#ita{
	background: url(../img/ita.png) no-repeat right center;
}
#eng{
	background: url(../img/eng.png) no-repeat right center;
}
#contact{
	background: url(../img/contact.png) no-repeat right center;
}
#flash{
	position: absolute;
	float: left;
}