@charset "UTF-8";
/* CSS Document */

@import url(testo.css);
@import url(social.css);

body{
	background: #90c367 url(../images/layout/bkg_body.jpg) repeat-x;
}
#contenitore{
	width: 900px;
	height: 610px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -305px;
	margin-left: -450px;
	border: 1px solid #3e70a6;
  box-shadow: 0px 0px 5px  #000000;
  -moz-box-shadow: 0px 0px 5px #000000;
  -webkit-box-shadow: 0px 0px 5px  #000000;
	background: white url(../images/layout/bkg_erba.jpg) no-repeat fixed center 700px;
}
#intestazione{
	position: absolute;
	top: 70px;
	right: 15px;
	width: 890px;
	text-align: right;
	padding: 0 5px;
}
#head{
		width: 900px;
		height: 150px;
	background: url(../images/layout/header.jpg) no-repeat;
}
#menu{
		width: 900px;
		height: 27px;
			background-color: #90c367;

	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
#main{
	width: 900px;
	height: 420px;
	background: url(../image/layout/bicchieri.jpg) no-repeat;
}
.box_testo{
	width:830 !important;
	padding: 15px 5px 15px 10px;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
	overflow: hidden;
}
#footer{
	width: 900px;
	text-align: center;
	color: black;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}