/* css richiamato dal file index.htm usato per la home a schermo */
#main {width:100%; font-family:"arial,verdana"; }
#header {width:100%; float:left; background-color:#00ff00; color:#ff0000; text-align:center; }
#dona {width:100%; float:left; color:#ff0000; text-align:center; }
#news {width:100%; text-align:center; }

#menu {width:35%; float:left; }
#separator {width:5%; }
#content {width:60%; text-align:center; }
#footer {width:100%; float:left; text-align:center; }
#content h2, h3 {color:#ff0000; }
