/* CSS Document */


html {
height:100%;

}

body {
height:100%;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#contenuti {
	position:absolute;
	left:-3000;
	top:-3000;
	width:1024px;
	height:768px;
	z-index:1;
}
.Stile1 {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
}