*{
	margin:0px;
	padding: 0px;
	border: 0px;
}


body{
	font-family: Arial, sans-serif;
	font-size:12px;
	color: #333;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-color: black;
	background-position: top center;

}

div#cont0{
	width: 960px;
	margin:auto;
}

/*HEADER*/

div#header{
	height: 75px;
	background-image: url(../images/header.png);
	background-position: top center;	
	font-size: 30px;
	color: white;
	font-family: Times, serif;
	font-style: italic;
	background-repeat: no-repeat;
}


div#claim{
	position: absolute;
	width:200px;
	height:30px;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color:#666;
	margin: 30px 0px 0px 700px;
}


/*MAIN*/
div#main{
	height: 100px;/*------------------------ DA ELIMINARE-------------------*/
	margin: auto;
	width:900px;
	font-size:10px;
	padding:400px 30px 0px 30px;
	color: #ccc;
	margin-bottom: 20px;
	background-image: url(../images/teaser.jpg);
	background-repeat: no-repeat;
}


div#main a{color: #ccc;}

div#main h1{font-size: 12px; margin: 0px 0px;}


div#text{
	width:480px;
	float: left;
	margin:0px 50px 0px 0px;
}

div#main ul{
	width:370px;
	display:block;
	float:left;
	margin: 10px 0px;
	list-style: none;
}

div#main ul li{display:block;float:left;width: 270px;}

div#main ul li a{display:block;float:left;color: #ccc;}

div#main ul li a:hover{}


/*TEASER*/
div#teaser{
	height: 375px;
	background-image: url(../images/wrapper.jpg);
	margin: auto;
	background-color: black;
	background-repeat: no-repeat;
	background-position: 33px 0px;
	//background-position: center;
}

div#wrapper{
	width: 960px;
	margin: auto;

}

div#abstract, #form{float: left;}

div#abstract{
	width: 410px;

	height: 375px;
	background-image: url(../images/abstract.png);
	background-repeat: no-repeat;
}

/*================================================================================*/
/*================================		FORM	==================================*/

#form{
	height: 325px;
	width: 435px;
	
	background-image: url(../images/form.png);
	background-repeat: no-repeat;
	padding:50px 0px 0px 115px;
	
	font-size: 16px;
}


#form p{
	display: block;
	height:43px;
	width: 348px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	color: #333;
}



#form p label, #form p input{display: block; float: left;}
#form p label{width: 70px; padding:5px 13px 0px 0px;height: 20px;text-align: right;}
#form p input, #form p textarea{height: 20px; width: 245px; border: 1px solid #999; font-size: 12px;padding:5px 5px 0px 5px;}
#form p textarea{height:90px;}
#form p.textArea{height: 110px;} 
#form p.licence{color: #993300;font-size: 11px;width: 170px; margin: 10px 0px 0px 0px;}
#form p.licence input{width: 15px;border: none;}
#form p.licence label{width: 140px; padding:3px 0px 0px 0px;}

button{
	width: 148px;
	height: 50px;
	position: absolute;
	margin: -60px 0px 0px 195px;
	padding:0px;
	border: 0px;
	background-image: url(../images/invia.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.error{color: red;font-size: 10px; }

/*================================		FINE FORM	==================================*/
/*====================================================================================*/


.foout {
clear:both;
margin-top:10px;
text-align:right;
}

.foout img {
vertical-align:middle;
}

.foout a {
color:#FFFFFF;
}

/*FOOTER*/
div#footer{
		}
	
div#footer a{}
/*CLASSI*/

.clear{clear:both;padding:0px; border:0px; margin:0px; display:block;}