#Contenitore {
	width: 1070px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20px;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#top {
	margin: 10px;
	height: 100px;
}
#Main {
	height: 450px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F00;
	border-bottom-color: #F00;
}
#footer {
	height: 40px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F00;
	background-color: #F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 15px;
}
#logo {
	text-align: center;
	height: 95px;
	width: 240px;
	float: left;
	background-color: #F00;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
#navigazione {
	float: right;
	height: 100px;
	width: 810px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
	vertical-align: bottom;
}
#miologo {
	float: right;
	height: 43px;
	width: 400px;
	position: relative;
	top: -20px;
	text-align: right;
	padding-top: 7px;
}
