@charset "utf-8";
/* CSS Document */


*{margin:0;padding:0px;}

body{
	border-top:10px solid #333;
	background:url(../img/bg.png);}
img{border:0;}
#content{
	text-align:center;
	width:1200px;
	margin:0 auto;
	font-family:"Times New Roman", Times, serif;
	color:#333;
	font-size:12px;
	}
#content a{
	color:#333;
	font-weight:bold;}
#logo{
	padding:25px;
	margin-top:200px;}
#dettagli{
	background:url(../img/bg.png) #CCC;
	width:100%;
	padding:10px;
	color:#333;
	height:380px;
	margin-bottom:25px;}
#dettagli #testo{
	width:800px;
	float:left;
	text-align:left;
	font-size:14px;}
#dettagli img{
	float:right;
	margin:-10px;
	margin-right:50px;}