/* stili per index.html di manutenzione*/
div.container{
	width: 99%;
	background-color: #fff;
	background-image: url(../img/coffee_portfolio.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:250px;
}
div#content{height:100px;}
div#header h1{background-image: url(../img/logo_hp.png);}
p strong, li strong{
	color: #CD7D00;background-color:#fff;
}
h2 {
	background-color: #CD7D00;color:#fff;
	padding:5px;
}
