body {
	background-color: #ffffff;
	text-align: center;
	background: url(../images/body-bg.jpg) repeat-x;
	font-family: Tahoma, Verdana, Arial, Dotum, AppleGothic, Sans-serif;
	font-size:12px;
	line-height:18px;
	color: #ffffff;
}

p {
}

#contenuto {
	background: url(../images/transparent.gif) repeat;
	
	border: 2px solid #3d3d3d;
	width: 900px;
	height: 500px;
	background-color: #ffffff;

	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6em;

	position: relative;

	opacity:0.5;
	-moz-opacity:0.5;
	filter:alpha(opacity=50);
	
}

#homediv {
	width: 600px;
	height: 500px;
	background: url(../images/home-img.jpg) no-repeat;
	/*border: 1px solid red;*/
	left: 300px;
	position: absolute;
	text-align: left;
	overflow: auto;
	overflow-x: hidden;
	
	opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}

#centro {
	width: 270px;
	height: 500px;
	/*border: 1px solid red;*/
	left: 250px;
	position: absolute;
	text-align: justify;
	overflow: auto;
	overflow-x: hidden;
	padding-top: 10px;
	padding-right: 15px;
	
	opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}

#sinistra {
	width: 255px;
	height: 500px;
	/*border: 1px solid green;*/
	background-position: left top;
	position: absolute;
	left:0;
	padding-top: 10px;
	padding-left: 10px;
	color: #ffffff;
	text-align: left;
	
	opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}


#destra {
	width: 375px;
	height: 500px;
	/*border:1px solid blue;*/
	position: absolute;
	right:0;
	text-align: right;
	/*padding-right: 20px;*/
	/*padding-top: 10px;*/
	opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}


#destrastudio {
	width: 250px;
	height: 500px;
	/*border:1px solid blue;*/
	position: absolute;
	right:0;
	text-align: right;
	padding-right: 20px;
	padding-top: 10px;
	opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}


#centrostudio {
	width: 395px;
	height: 500px;
	/*border: 1px solid red;*/
	left: 250px;
	position: absolute;
	text-align: justify;
	overflow: auto;
	overflow-x: hidden;
	padding-top: 10px;
	
	opacity:1.0;
	-moz-opacity:1.0;
	filter:alpha(opacity=100);
}

img {
	border: none;
	margin: 0px;
	text-align: center;
}

#contenuto a {
	text-decoration:none;
	color:#ffffff;
}

#contenuto a:hover {
	text-decoration:none;
	color:#ffffff;
}

#contenuto a:visited {
	text-decoration:none;
	color:#ffffff;
}

.piva {
	color:#333333;
	position:absolute;
	bottom: 0;
	right: 0;
	text-align: right;
	font-size: 10px;
}

.piva a {
	color:#333333;
	text-decoration:none;
}

.right {
	text-align: right;
}

