html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.verde {
	color: #b4be00;
}
a {
	color: #FFFFFF;
}
#sfondo-css {
	position:absolute;
	height:100%;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 1;
}
#css {
	position: absolute;
	z-index: 2;
	top:20px;
	left: 20px;
	overflow: auto;
	height: 100%;
	width: 50%;
}
#content {
	position: absolute;
	z-index: 2;
	overflow: auto;
	width: 700px;
	top: 5px;
	margin-left: 50px;
	left: 33px;
}
h1 {
	font-size: 30px;
}
#logoindex {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	width: 480px;
	float: left;
	margin-top: 280px;
	height: 150px;
}
#logoindex span {
	display: none;
}
#logo {
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 150px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #b4be00;
	float: left;
}
#menu {
	width: 500px;
	float: left;
	margin-top: 30px;
	margin-left: 20px;
	color: #FFFFFF;
}
#menu a{
	color: #FFFFFF;
	text-decoration: none;
}
#logo span {
	display: none;
}
#titolo {
	float: left;
	width: 700px;
	height: auto;
	font-size: 80px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 20px;
}
#testo {
	font-size: 10px;
	width: 550px;
	float: left;
	line-height: 16px;
}
#copy {
	background-image: url(img/copy.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 680px;
	margin-top: 150px;
	padding-left: 20px;
	padding-top: 2px;
	float: left;
}
#sottotit {
	font-size: 30px;
	width: 680px;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: -1px;
}
#sottotit a {
	text-decoration: none;
	color: #FFFFFF;
}
#sottosottotit {
	font-size: 16px;
	width: 680px;
	float: left;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

