body {
	background: url(../img/body.gif);
	margin: 0;
	padding: 0;
	background-attachment: fixed; 
}

#container {
	width: 1102px;
	position: relative;
	margin: 0 auto;
}

#wrapper {
	width: 700px;
	margin: 0 auto;
	background-color: white;
	position: relative;
	padding-top: 26px;
	overflow: visible;
}

#left {
	position: absolute;
	top: 0;
	left: 0;
	text-align: right;
	width: 180px;
	padding-top: 150px;
}

#center {
	
}

#header {
	margin: 0 16px 16px 16px;
	background: url(../img/header.gif);
	height: 108px;
	position: relative;
}

#logo {
	top: 7px;
	left: 19px;
	position: absolute;
}

#slogan {
	position: absolute;
	right: 15px;
	top: 75px;
	font-family: Arial, Helvetica, sans-serif;
	color: #d9ceb3;
}

#slogan span {
	font-family: Arial, Helvetica, sans-serif;
	color: #d9ceb3;
}

#content {
	padding: 0 16px 50px 16px;
	overflow: auto;
}

#footer, #footer a {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 230px;
	font-weight:normal;
}

#citazione {
	height: 142px;
	background: url(../img/citazione.gif) no-repeat;
	padding: 50px 24px 0 24px;
}

#citazione * {
	color: #C6C6C6;
	font-size: 21px;
	font-style: italic;
	line-height: 35px;
}

#content > h1, #content > p {
	padding: 0 8px;
}

#vino {
	margin-top: 115px;
}

#vino .pic {
	float: left;
	margin-right: 20px;
}

#vino .info {
	margin: 0;
	padding: 0;
	list-style: none;
}

#vino .info .label {
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#vino .info li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#vino .text {
	padding-bottom: 20px;
}

#vino .info .separator1 {
	background: url(../img/border_brown.png) repeat-x top;
}

#vino .info .separator2 {
	background: url(../img/border_brown.png) repeat-x bottom;
}

#vino .texts {
	margin-left: 330px;
}

#homepic {
	display: block;
}

#content #gallery {
	margin: 53px 0 0 20px;
	float:left;
}

#content #gallery>div>span * {
	vertical-align: middle;
	border:0;
}
 #content #gallery>div>span a{
 	color:white;
 	text-decoration:none;
 }
#content #gallery>div {
	margin-bottom: 2px;
}

#content #gallery>div>span {
	width: 90px;
	height: 90px;
	background-color: white;
	text-align: center;
	display: inline-block;
}

#content  #gallery>div>span+span {
	margin-left: 2px;
}


