body {
	margin:40px 0px; padding:0px;
	color:white;
	text-align: left;
	}

font1 {
	font-family:arial;
	font-size:13px;
	}

font2 {
	font-family:arial;
	font-size:11px;
	}

#main {
	position: absolute;
	left: 50%;
	top: 50%;
	width:650px;
	height:508px;
	margin-left: -325px;
	margin-top: -254px;
	background-image: url(sfondo.jpg); 
	}

#scroll {
	margin:0px auto;
	width: 600px;
	height: 384px;
	overflow: auto;
	position: relative;
	font-family:arial;
	font-size:12px;
	outline: none;
	}

a:link {
color:white; text-decoration:none
}
a:visited {
color:white; text-decoration:none
}
a:active {
color:white; text-decoration:underline overline
}
a:hover {
color:white; text-decoration:underline overline
}

/* Scroll Bar Master Styling Starts Here */

.scrollgeneric
{
line-height: 1px;
font-size: 1px;
position: absolute;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
top: 0px;
}

.vscrollerbar {
left: 0px;
}

.hscrollerbase, .hscrollerbar {
height: 15px;
left: 0px;
}


.hscrollerbar {
top: 0px;
}

.hscrollerbar {
top: 20px important;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index *MUST* be given, otherwise links will not be clickable
inside the div */
z-index: 2;
}

.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(imagescroll/vscroller.png) 0px -10px;
width: 15px;
height: auto;
top: 0px;
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(imagescroll/vscroller.png);
width: 15px;
height: 10px;
}

.hscrollerbarbeg {
background: url(imagescroll/hscroller.png) -10px 0px;
height: 15px;
width: auto;
left: 0;
}

.hscrollerbarend {
background: url(imagescroll/hscroller.png);
height: 15px;
width: 10px;
}

/* Following are OPTIONAL */

.vscrollerbase, .hscrollerbase {
//background-color: #000000;
background-image: url(imagescroll/scrollbaseback.gif);

}

.hscrollerbasebeg {
left: 0px;
top: 0px;
height: 15px;
background: url(imagescroll/scrollbases.gif) -22px 0px no-repeat;
}

.hscrollerbaseend {
top: 0px;
height: 15px;
width: 7px;
background: url(imagescroll/scrollbases.gif) 0% 0% no-repeat;
}

.vscrollerbasebeg {
top: 0px;
width: 15px;
background: url(imagescroll/scrollbases.gif) -7px -8px no-repeat;
}

.vscrollerbaseend {
height: 7px;
width: 15px;
background: url(imagescroll/scrollbases.gif) -7px 0px no-repeat;
}

.scrollerjogbox {
width: 15px;
height: 15px;
bottom: 0px;
right: 0px;
//background: white url(imagescroll/scrolljog.png) 50% 50%;
}


/* Scroll Bar Master Styling Ends Here */
