/*stili per il layout fisso con background*/

html,body {
	margin: 0;
	padding:0;
}

body {
	text-align:center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  background-color: #0D0705;
}

div#container{
	width:900px; 
	margin:0 auto;
}

div#container2{
	text-align: left
}

/*stili generici, su header e footer*/
div#header{
	height: 400px;
	background-color:#36C36C;
	background: url(../images/formaggio/top_intro.jpg);
	background-repeat: no-repeat;
}

h1,h2{
	margin: 0;
	padding:0
}

h1{
	padding-left:10px;
	font: bold 2.3em/80px arial,sans-serif
}

h2{
	color: #69f;
	font-size: 1.5em
}

div#footer a{
	color:#fff;
	font-weight: bold;
	text-decoration: underline
}

/*stili specifici per il layout*/
div#content{
	height: 393px;
	margin: 0 0px;
	padding: 0px 10px;
	background-color: #FFFFFF;
	background: url(../images/formaggio/fondo_intro.jpg);
	background-repeat: no-repeat;	
}

div#footer{
	clear:both; 
	text-align:center; 
	padding: 0px 0;
}

div#icone{
	margin: 0px 10px;
	padding: 0px 0px;
	width: 280px;
	height:55px;
}

div#corpo{
	margin: 30px 10px;
	padding: 0px 0px;
	width: 540px;
  font-family: Verdana, Arial;
  font-size: 11px;
  color: #FFFFFF;	
}
