html, body { margin:0px; background:url(../images/bg.jpg); font-family:"Times New Roman", Times, serif; font-size:12px; }
h1, h2 { display:none; } 

#contenitore_totale { width:100%; float:left; position:relative; }  
#contenitore { width:920px; margin:0px auto; }
#contenitore_bg { width:100%; float:left; position:relative; background:url(../images/bg_top.jpg) no-repeat top center; }
#header { width:100%; height:130px; float:left; position:relative; }
	#logo { width:260px; height:130px; float:left; position:relative; background:url(../images/logo.jpg); }
	#titolo_it { width:310px; height:60px; position:absolute; right:0px; bottom:0px; background:url(../images/titolo_it.jpg) }
	#titolo_en { width:310px; height:60px; position:absolute; right:0px; bottom:0px; background:url(../images/titolo_en.jpg) }
#content { width:100%; float:left; position:relative; }


img { padding:5px; background-color:#33180d; margin:10px; border:0px; }

p { width:100%; float:left; position:relative; text-align:center; }
a { color:#33180d; text-decoration:none; }
a:hover { color:#52210d; }

