/* CSS Document */
body {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	background-position: center;
	background-color: #000000;
	background-repeat: no-repeat;
	height: 100%;
}

#progetto-css-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:77px;
	background-image: url(images/progetto_css_01.png);
	background-repeat: no-repeat;
}


#progetto-css-03 {
	position:absolute;
	left:0px;
	top:77px;
	width:253px;
	height:623px;
	background-image: url(images/progetto_css_03.png);
	background-repeat: no-repeat;
	padding: 40px 40px 40px 5px;
}

#progetto-css-04 {
	position:absolute;
	left: 253px;
	top:77px;
	width:33px;
	height:623px;
	background-image: url(images/progetto_css_04.png);
	background-repeat: no-repeat;
	float: left;
}

#progetto-css-05 {
	position:absolute;
	margin: auto;
	height: 623px;
	left: 286px;
	right: 0px;
	top: 77px;
	background-image: url(images/progetto_css_06.png);
	background-repeat: repeat-x;
	float: right;
}

#testo {
	position: relative;
	top: 20px;
	width: 100%;
	height: 560px;
	margin-right: 10px;
	overflow: auto;
}

