		html, body{
		overflow: auto;
		margin:0;
		padding:0;
		background: #000000;
		font-family: Arial, Verdana, Tahoma;
		text-decoration: none;
		color: #967878;
		font-size: 12px;
scrollbar-base-color: #430b00;
scrollbar-arrow-color: #FFFFFF;
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #430b00;
		}
		#contenitore{
		position: absolute;
		z-index: 2;
		top: 50%;
		margin-top: -250px;
		width: 100%;
		height: 500px;
		background: url("images/sfondo.gif")
						repeat-x;
		}
		#menu{
		position: relative;
		z-index: 2;
		left: 50%;
		margin-left: -355px;
		width: 710px;
		height: 141px;
		}
		#testi{
		overflow: auto;
		position: relative;
		z-index: 2;
		left: 50%;
		margin-left: -355px;
		width: 710px;
		height: 295px;
		padding-top: 10px;
		padding-button: 10px;
		}
		#copyright{
		position: relative;
		z-index: 2;
		left: 50%;
		margin-left: -355px;
		width: 710px;
		height: 25px;
		padding-top: 25px;
		padding-button: 10px;
		}
		hr {
		height: 0;
		border: 0;
		border-top: 1px solid;
		}