@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
}
#main {
	height: auto;
	width: 960px;
	padding: 0px;
	position: absolute;
	left: 50%;
	top: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -480px;
}
#top {
	margin: 0px;
	float: left;
	height: 140px;
	width: 960px;
	background-image: url(pics/doppiariga.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#pagina {
	float: left;
	width: 960px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-image: url(pics/doppiariga.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 360px;
}
#slide {
	padding: 0px;
	float: left;
	height: 303px;
	width: 400px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#testo {
	float: right;
	width: 500px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}
#footer {
	float: left;
	width: 960px;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
	color: #999999;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #333333;
}
#footer a:hover {
	text-decoration: underline;
}
