/* CSS Document AGRITURISMO LE CANNELLE INTRO */

ul {list-style-type: none}
	
	html, body, ul, li, h1, p, div {margin:0; padding:0}
	
	body{
	background-image:url(/img/bg-hp.jpg);
	margin:0px;
	padding:0px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#5c5b5b;
	}
#container{
	width:851px;
	margin:0px auto;
	padding:0px;
	clear:both;
	/*background-color:#FF9900;*/
	}

	#fasciaTopIntro {
		margin: 0px;
		height:118px;
		width:851px;
		/*background-color:#33CC66;*/
		clear:both;
		}
	
	#flashIntro {
		margin: 0px;
		height:467px;
		width:851px;
		/*background-color:#66CCFF;*/
		clear:both;
		}
		
		
#contFooterIntro {
		height:93px;
		width:851px;
		margin:0px auto 0px auto;
		/*background-color:#FFCC33;*/
		background-image:url(../img/bg-hp.jpg);
		clear:both;
		}

#footerIntro {
		height:38px;
		text-align:center;
		padding-top:55px;
		background-image:url(../img/footer-hp.jpg);
		clear:both;
		}

			
	
/* Spazio css dedicato al testo */
	
.testoBottom {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	line-height: 15px;
	}
	.testoBottom a{
		font-size: 12px;
		color: #FFFFFF;
		font-weight: normal; 
		line-height: 15px;
		text-decoration:none;
		}
	.testoBottom a:hover{
		font-size: 12px;
		color: #dedede;
		font-weight: normal; 
		line-height: 15px;
		text-decoration:none;
		}
		
