body {
	background-color:#000000;
	background-image:url(background.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
div#venetiastudium{
	position: absolute;
	width: 575px;
	height:390px;
	left: 50%;
	margin-left: -140px;
	TOP: 180px;
	overflow: auto;
	padding-right:10px;
	z-index:999;
	/*border:#FF0000 solid 1px;*/
}
div#venetia_box{
	position: absolute;
	width: 250px;
	height:500px;
	left: 50%;
	margin-left: -515px;
	TOP: 150px;
	z-index:999;
}
div#footer_venetia{
	position: absolute;
	width:100%;
	height:20px;
	TOP: 575px;
	color:#696451;
	font-family: Times New Roman;
	font-size:10px;
	letter-spacing:1px;
	z-index:999;
}
div#logo{
	position: absolute;
	width: 250px;
	height:450px;
	left: 50%;
	margin-left: -470px;
	TOP: 35px;
	padding: 0;
	z-index:999;
}
div#link_venetia{
	color: #A0987D;
	font-size:11px;
	font-family: Trebuchet MS;
	text-decoration:none;
}
#link_venetia a:link, #link_venetia a:visited {
	text-decoration:underline;
	color: #A0987D;
	font-family: Trebuchet MS;
	font-size:11px;
}
#link_venetia a:hover {
	text-decoration:underline;
	color: #A0987D;
	font-family: Trebuchet MS;
	font-size:11px;
}



#longtext {
	color:#9f9378;
	font-size:15px;
	font-family: garamond;
	text-decoration:none;
	z-index:10;
	left: -2px;
	width: 560px;
	height: 255;
}
#longtext-Content {
	position: absolute;
	top: 0px; 
	width: 545px;
	height: 285px;
	overflow: hidden;
}
#longtext .Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
}
#longtext p {
	margin: 0; 
	padding: 0px 10px 0px 0px;
}

#longtext-Scrollbar {
	position: absolute;
	left: 560px;
}
#longtext .Scrollbar-Up,
 .Scrollbar-Up-Pressed {
	position: absolute;
	width: 11px;
	height: 10px;
	background-color: #420606;/*QUADRATO IN ALTO*/
	font-size: 0px;
	background-image: url(freccine.gif);
	background-repeat: no-repeat;
}
#longtext .Scrollbar-Down,
 .Scrollbar-Down-Pressed {
	position: absolute;
	top: 257px;
	width: 11px;
	height: 10px;
	background-color: #420606;/*QUADRATO IN BASSO*/
	font-size: 0px;
	background-image: url(freccine.gif);
	background-repeat: no-repeat;
	background-position: 0px -10px;
}
#longtext .Scrollbar-Track,
 .Scrollbar-Track-Pressed {
	width: 11px; 
	height: 245px;
	position: absolute;
	top: 11px;
	background-color: #9f9378;/*COLORE SFONDO ALLA BARRA*/
}
#longtext .Scrollbar-Track-Pressed {
	background-color: #09485C;/*BOH*/
}
#longtext .Scrollbar-Handle,
 .Scrollbar-Handle-Pressed {
	position: absolute;
	width: 11px; 
	height: 30px;
	background-color: #420606; /*BARRA CHE SCENDE SENZA ESSERE CLICCATA*/
}
#longtext .Scrollbar-Handle-Pressed, 
 .Scrollbar-Down-Pressed, .Scrollbar-Up-Pressed {
	background-color: #772c00;/*COLORE QUANDO CLICCO LA BARRA*/
}