body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background-image: url(../bg.png);
}

body.home  {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	background: #FFF;
}


#contenitore {
margin:50px auto;
width:800px;
height:auto;
}

#contenitore.home {
margin:30px auto;
width:800px;
height:auto;
}

#contenitore-interno {
border:1px #000000 solid;
width:800px;

}

#logo{
width:408px;
height:50px;
background-image: url(../logo.png);
float:left;
clear:both;
margin-left:392px;
margin-bottom:10px;
}

#header {
width:800px;
height:348px;
background-image: url(../header.jpg);
float:left;
clear:both;
}

#testo {
width:670px;
font-family: "Times New Roman", Times, serif;
font-size: 20px;
background:#eae3ad;
padding-top:40px;
padding-bottom:40px;
padding-left:130px;
}

#testo.home {
width:620px;
font-family: "Times New Roman", Times, serif;
font-size: 20px;
background:#FFF;
padding-top:40px;
padding-bottom:40px;
padding-left:180px;
}

a:link, a:hover, a:visited {
color:#666666;

}

#screenshot{
	position:absolute;
	border:0px solid #ccc;
	background:#000;
	padding:10px;
	display:none;
	color:#fff;
	width:500px;
	}

a img {
border:0px;
}

#centrata {
margin-left:250px;
}
