@charset "utf-8";
body, td, th {
    color: #3F0000;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 12px;
}


a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #444;
	text-decoration: none;
}
a:active {
	color: #444;
	text-decoration: none;
}

body {
	background-attachment: fixed;
	background-color:#000;
	background-repeat: repeat-x;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCC;
	background-image: url(../img/sfondo.jpg);
}
#generale {
	float: none;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	margin-top: 30px;
	background-attachment: fixed;
	background-image: url(../img/back-generale.png);
	background-repeat: no-repeat;
	background-position: center 100px;

}
#sinistra {
	float: left;
	height: auto;
	width: 450px;
	margin-right: 20px;
}
#destra {
	float: left;
	height: auto;
	width: 450px;
	margin-left: 20px;
}
#sotto {
	float: left;
	height: auto;
	width: 940px;
	margin-top: 30px;
}
