body{
background-image:url(immagini/sf_pergamena.jpg);
margin-top:0px;
margin-left:0px;
}

/* le classi per lo scroll*/

#doc {
	margin-top: 18px;
	margin-left: 5px;
}


#demo{
font-size:11px;
font-family:Verdana;
color:#ffffff;
padding-left: 16px;
text-decoration:none;
}

#animation-demo-scroll #demo p {
   width:400px;
}

#animation-demo-motion #demo {
   color:yellow;
   font-size:0;
}

#animation-demo-size-plus #demo, #animation-demo-fade #demo, #animation-demo-colors #demo {
   background:f6fafd;
   font:100%/1.2em arial;
   width:200px;
   height:200px;
}
#animation-demo-colors #demo {
   border:1px solid #c3c;
}

#animation-demo-scroll #demo {
   width:437px;
   height:268px;
   margin-left:19px;
   overflow:auto;
}
