#top-oriz-img{
	width: 100%;
	/*border: 1px solid Gray;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#top-sx{
	width: 25px;
	height: 25px;
	/*background: Blue;*/
	position:absolute;
	top:0; left:0;
	background-image: url(public/img/top-sx.gif);
	/*float:left;*/
}
#top-dx{
	width: 25px;
	height: 25px;
	/*background: #00CCFF;*/
	position:absolute;
	top:0; right:0;
	background-image: url(public/img/top-dx.gif);
	/*float:right;*/
}
#top-oriz{
	width: 100%;
	height: 25px;
	/*background: #996633;*/
	/*border: 1px solid #9966CC;*/
	background-image: url(public/img/top-img.gif);
	background-repeat: repeat-x;

}
#bottom-oriz-img{
	width: 440px;
	/*border: 1px solid Gray;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#bottom-sx{
	width: 25px;
	height: 25px;
	/*background: Blue;*/
	position:absolute;
	top:0; left:0;
	background-image: url(public/img/bottom-sx.gif);
	/*float:left;*/

}
#bottom-dx{
	width: 25px;
	height: 25px;
	/*background: #00CCFF;*/
	position:absolute;
	top:0; right:0;
	background-image: url(public/img/bottom-dx.gif);
	/*float:right;*/

}
#bottom-oriz{
	width: 100%;
	height: 25px;
	/*background: #996633;*/
	/*border: 1px solid #9966CC;*/
	background-image: url(public/img/bottom-img.gif);
	background-repeat: repeat-x;


}
#centrale-contenuto{
	/*width: 440px;*/
	width: 100%;
	/*border: 1px solid Gray;*/
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/*background-image: url(../public/img/centrale-pattern.gif);*/
	/*background-repeat: repeat-y;*/
	font: 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	/*text-align: center;*/
	/*padding: 0px 15px 0px 15px;*/
}
#centrale-sx{
	width: 25px;
	height: 70%;
	/*background: Blue;*/
	position:absolute;
	top:0; left:0;
	background-image: url(public/img/centrale-sx.gif);
	/*float:left;*/
	/*border: 1px solid Fuchsia;*/
}
/*--NON SERVONO--*/
#centrale-dx{
	width: 25px;
	height: 100%;
	/*background: #00CCFF;*/
	position:absolute;
	top:0; right:0;
	background-image: url(public/img/centrale-dx.gif);
	/*float:right;*/

}
#centrale-oriz{
	width: 100%;
	height: 100%;
	/*background: #CC9933;*/
	/*border: 1px solid #9966CC;*/
	/*background-image: url(../public/img/bottom-img.gif);
	background-repeat: repeat-x;*/
}
.flashmovie{
	width: 10%
}
