Grazie per la soluzione, a cui avevo pensato anche io:

www.arturarte.com/prova

Però ho pensato ad un posizionamento di 80% a sinistra e 20% a destra!
Certo non è una cosa molto carina perchè se riduco di molto la finestra del browser ovviamente c'è una sovrapposizione.....
Però credo che sia l'unico modo... concordi?
codice:
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #333;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#warp {
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
#header-warp {
	background-image: url(/images/struttura/home_01.gif);
	background-repeat: repeat-x;
	height: 465px;
}
#content-wrap {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 80%;
	text-align: left;
}
#header {
	background-image: url(/images/struttura/home_02.gif);
	background-repeat: no-repeat;
	height: 39px;
	width: 678px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 130px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#content {
	background-image: url(/images/struttura/home_05.gif);
	background-repeat: no-repeat;
	height: 285px;
	width: 668px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 5px;
}
#content_rgt {
	float: left;
	background-image: url(/images/struttura/home_04.gif);
	width: 20%;
	background-color: #BEBEBE;
	background-repeat: repeat-x;
}
#footer-warp {
	background-image: url(/images/struttura/home_07.gif);
	background-repeat: repeat-x;
	height: 200px;
}
#logo {
	background-image: url(/images/struttura/home_06.gif);
	background-repeat: no-repeat;
	height: 296px;
	width: 191px;
	padding: 0px;
	margin-top: 169px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px;
}
#opere {
	width: 130px;
	float: left;
	margin-left: -200px;
	height: 270px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contenuti {
	padding: 2px;
	margin-right: 0px;
	margin-left: -70px;
	font-size: 0.86em;
	color: #333;
	height: 275px;
	width: 540px;
	margin-top: 0px;
	text-align: justify;
	overflow: auto;
	margin-bottom: 0px;
	float: left;
}
#footer-lft {
	float: left;
	width: 80%;
}
#footer {
	background-image: url(/images/struttura/home_08.gif);
	background-repeat: no-repeat;
	height: 100px;
	width: 678px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: auto;
}
#footer-rgt {
	float: left;
	width: 20%;
}