/* 
This is the basic style sheet, 
seen by all browsers. 
*/ 
body { 
background: #ffffff; 
margin: 0px; 
padding: 0px; 
}

#container {
	background: #ccc;
	position: absolute;
	left: 20%;
	margin-top: 20px;
	width : 700px;	
	text-align : center;
	overflow: hidden; 

} 


#banner {
	background-image: url(banner_prova.gif); background-repeat:no-repeat;background-position:60px 1px;
	height : 100px;	
	z-index: 3; 
	border: 0;
}


#content {  top: 110px; z-index: 9; text-align : center; overflow: hidden; } 


#nav { position:absolute;
/* 
The following lines need to be 
hidden from NN4.x 
*/ 
/*/*/ 
background: #66ff99;border-right: 2px; z-index: 4; 

/* 
We will let NN4 see the rest of 
this rule. 
*/ 
padding: 5px; width: 120px;left: 2%; top: 20%; } 


#navcontainer {position:absolute; margin-top: 60px; background: red;   text-align : left;}

ul#navlist {position:relative; left: 0;padding-left: 0; white-space: nowrap; z-index: 5; margin-top: 2%;text-align :center;}
#navlist li {display: inline; list-style-type: none;}


#verdura {position:absolute; left:5px; top:100px; width:193px; height:250px; z-index:3; background-color: #CCFF99; layer-background-color: #CCFF99; border: 1px none #000000; visibility: hidden;}
#pollo {position:absolute; left:5px; top:100px; width:193px; height:250px; z-index:4; background-color: #CCFF99; layer-background-color: #CCFF99; border: 1px none #000000; visibility: hidden;}
#pesit {position:absolute; left:5px; top:100px; width:193px; height:250px; z-index:5; background-color: #CCFF99; layer-background-color: #CCFF99; border: 1px none #000000; visibility: hidden;}
#apine {position:absolute; left:5px; top:100px; width:193px; height:250px; z-index:6; background-color: #DEFF9B; layer-background-color: #CCFF99; border: 1px none #000000; visibility: hidden;}


#footer  {position:absolute; top: 80px; text-align : center; width: 200px; margin-left: 30px;z-index: 8;}
