
/* All the content boxes belong to the content class. */
body{
	background-image:url('/img/sfondo_200.gif') ;
	background-repeat: repeat-y;
}

#content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 215px 20px 200px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	/*background-color: #f1f1f1;*/
	padding: 0 10px 5px 10px;
}

#content[id] {
	margin:16px 215px 20px 200px;
}
