body {
	margin: 0px;
	SCROLLBAR-FACE-COLOR: #B8400A;
	SCROLLBAR-HIGHLIGHT-COLOR: #F5E9CF;
	SCROLLBAR-SHADOW-COLOR: #9A3000;
	SCROLLBAR-3DLIGHT-COLOR: #7E2700;
	SCROLLBAR-ARROW-COLOR: #FFDF95;
	SCROLLBAR-TRACK-COLOR: #B8400A;
	SCROLLBAR-DARKSHADOW-COLOR: #7E2700;
	SCROLLBAR-BASE-COLOR: #789789;
	background: #B8400A;
}
/*::::::::::::: PREHOME :::::::::::::*/
.contenitoreprehome {
	width: 100%;
	background: #F5E9CF;
	height: 100%;
	text-align: center;
}
/**/
.position {
	position: relative;
	margin: auto;
	width: 914px;
}
.contenitore {
	width: 914px;
	height: 770px;
	position: relative;
	left: -4px;
	top: 0px;
}
.background_home {
	background: #B8400A url(images/sfondo.gif) repeat-y center center;
}
.tab_top {
	width:914px;
	position: absolute;
	top: 0px;
}
.tab_fregio{
	width: 914px;
	height: 25px;
	position: absolute;
	top: 89px;
}
.tab_main {
   position: absolute;
   top: 114px;
}
.tabellaiframe{
	width: 595px;
	height: 633px;
	position: absolute;
	top: 112px;
	left: 235px;
	z-index: 15;
}
.homeiframe {
	width: 588px;
	height: 633px;
	position: absolute;
	top: 0px;
	left: 0px;
}
.mainframe {
	width: 588px;
	height: 633px;
}
.tab_bottom {
    position: absolute;
	top: 747px;
}
/*:::::::::::::::::.. MENU :::::::::::::::::::::::::*/
.tab_pergamena {
    position: absolute;
	top: 146px;
	left: 15px;
}
.tab_menu {
	position: absolute;
	top: 170px;
	left: 40px;
	width: 107px;
}
.cella_menu {
	background-image: url(images/lineamenu.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 24px;
}
.link_menu:link {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #B9410C;
	text-decoration: none;
}
.link_menu:visited {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #B9410C;
	text-decoration: none;
}
.link_menu:hover {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #B06400;
	text-decoration: none;
}
