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


body{
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	}

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

/*HEADER*/



div#header{
	background-image: url(../images/logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;	
	height: 225px;
}

#sonetto, #iscrizione{display: block; float: left;}

#sonetto{
	color: white;
	font-size:16px;
	width:350px; 
	height: 60px;
	font-style: italic;
	font-weight: normal;
	font-size: 24px;
	margin: 50px 0px 0px 360px;
}


/*MAIN*/
div#main{
	position:absolute;
	top:510px;
	padding:0px 10px 10px 30px;
	width:910px;
	font-family: Arial, sans-serif;
	
}

div#main h1{
	font-size: 22px;
	color: #af3939;
	font-weight: normal;
	height:30px;
	}


div#text{color: #6f6f6f;font-size:12px; height:150px;}

div#main ul{
	width:960px;
	display:block;
	margin: 30px 0px 0px 40px;	
}

div#main ul li{font-size:12px;color:white; float:left; width:260px;}

div#main ul li a{color:white;font-size:12px;}

div#main ul li a:hover{}

#categoriesTitle{
	display: block;
	font-size:20px;
	color: white; 
	margin: 60px 0px 0px 0px;}

/*TEASER*/
div#teaser{
	background-image: url(../images/bgMain.jpg);
	width:960px;
	height:300px;
	background-position: right top;
	background-repeat: no-repeat;
}


div#google1{
	width:250px;
	height: 250px;
	margin:10px 0px 0px 30px;
}

div#google2{
	width:728px;
	height: 90px;
	margin:auto;
	margin-top:30px;
	border:1px solid #666666;
}

/*FOOTER*/
div#footer{
	font-family: Arial, sans-serif;
	position: relative;
	top:500px;
	height:40px;
	margin-bottom: 10px;	
	text-align: center;
	color: white;
	font-size:10px;	
}
	
div#footer a{color: white;text-decoration: none;}
/*CLASSI*/

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