/* ******************************************************************* PARTI COMUNI */
body {
	margin: 1px;
	padding: 0;
	font: 12px Arial, Sans-serif;
	color: #660000;
	text-align: center;
}
#box {
	width: 980px;
	height: 600px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #d1be8f url(sfondo_home.gif) repeat-x top;
}
/* ******************************************************************* FINE PARTI COMUNI */

/* ******************************************************************* HEADER */
#header {
	padding-top: 42px;
}
#header #logo {
	display: block;
}
/* ******************************************************************* FINE HEADER */

/* ******************************************************************* EXTRA */
#extra {
	width: 181px;
	position: absolute;
	top: 129px;
	left: 0;
	background: url(sfondo_extra.gif) repeat-y;
}
#extra img {
	display: block;
}
#extra #ind {
	margin: 235px 0 17px 0;
}
/* ******************************************************************* FINE EXTRA */

/* ******************************************************************* CONTENT */
#content {
	margin-left: 181px;
	text-align: center;
}
#content #foto {
	display: block;
	margin: 43px auto 26px;
}
#content #copy {
	background: url(sfondo_copy.gif) repeat-x;
	height: 19px;
	text-align: right;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 799px;
}
/* ******************************************************************* FINE CONTENT */