body { background:#ffffff; }
#centrato { width:750px; margin-left:auto; margin-right:auto; border: 1px solid #000000; }
#header { width:100%; height:130px; margin:0; padding:0; }
#menu 
  { 
	width:740px; height:15px; line-height:15px; background:#cc5046; padding:5px; text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF;
  }
#menu a { font-weight:bold; color:#FFFFFF; text-decoration:none; }
#menu a:hover { font-weight:bold; color:#FFFF00; text-decoration:underline; }
#page 
  { 
    width:730px; height:380px; padding:10px;
	overflow-y:scroll;
	background-image: url(../img/sfondo.jpg);
	background-repeat: no-repeat;
	background-position: center 160px;
	background-attachment:fixed; 
  }
#footer
  { 
	width:740px; height:15px; line-height:15px; background:#cc5046; padding:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#FFFFFF; text-align:center;
  }
