body {
	background-image:  url("../images/sfondo.jpg");
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	background-color: #FEFCF2;
}
#container {
	background-color: #FFFFFF;
	width: 730px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#top {
	background-color: #FFFFFF;
	width: 710px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 10px;
	height: 135px;
}
#page {
	background-color: #467FAC;
	width: 710px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#menu {
	background-color: #81B4DC;
	float: left;
	width: 230px;
}
#logo {
	float: right;
}
#img {
	float: left;
	margin-left: 5px;
}
#linkMenu {
	float: right;
	margin: 0px;
	padding: 0px;
}
.link {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.link2 {
	margin: 0px;
}
#imgHome {
	margin-top: 10px;
	margin-left: 5px;
}
#testo {
	margin-left: 10px;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
}
.titolo {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ECD245;
	text-decoration: none;
	text-align: left;
}
#testo a {
	font-family: Verdana;
	font-weight: bold;
	color: #81B4DC;
	text-decoration: none;
	font-size: 12px;
}
#testo a:hover {
	text-decoration: underline;
}
.titoletto {
	font-weight: bold;
	color: #81B4DC;
}
.linkimg {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ECD245;
	text-decoration: underline;
	text-align: center;
}
.linkimg a{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	color: #ECD245;
	text-decoration: underline;
	text-align: center;
}
.linkimg a:hover{
	color: #ECD245;
	text-decoration: none;
}
#Cont {
	float: left;
}
#response {
	float: right;
	color: #ECD245;
	text-align: center;
	width: auto;
}

