body {
  padding: 20px;
	background: url(img/sfondo-chiaro.gif);	
  font-family: sans-serif;
  text-align: center;
}

#container {
	position: relative;
  height: 835px;
  width: 820px;
  margin: auto;
  border: 10px #942632 groove;
}

#col-sx {
	position: absolute;
	top: 0px;
	left: 0px;
  width: 195px;
  height: 815px;
  background: #841622;
}

#intestazione {
	position: absolute;
	top: 0px;
	right: 0px;
  width: 600px;
  height: 60px;
  margin-bottom: 5px;
  background: url(img/scritta-top.jpg) no-repeat;  
}

#contenuto {
	position: absolute;
	top: 65px;
	right: 0px;
	width: 600px;
	height: 750px;
	background: url(img/home-12.gif) no-repeat;
}
