* {
  margin: 0px;
  padding: 0px;
  border: 0px;
  }
  
body {
	color: #000;
	background: #990000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 80%;
	text-align: center;

  }
  
hr {
  display: none;
  }

#esterno {
	width: 770px;
	height: 410px;
	background-position: center center;	
	
 
  	}
	
	#esternohome {
	width: 770px;
	height: 500px;
	background-position: center center;	
	
 
  	}
  
/******************** intestazione pagina *************************/

#header {
	padding: 25px;
	background-image: url(../images/logo_rossetti.jpg);
	background-repeat: no-repeat;
	background-position: center center;
  
  }
  

/******************** menu pagina*************************/

#menu {
	background-image: url(../images/sfondo_top.jpg);
	height: 135px;
	background-repeat: no-repeat;
	background-position: center top;
	font-size: 10px;
  }
  
 #menu ul {
	list-style: none;
	top: 80px;
	position: relative;
	left: 50px;
   }
  
   #menu ul li {
    display: inline;
    }

    #menu ul li a {
				color: #fff;
				
				text-decoration: none;
				font-weight: bold;
				margin: auto 7px auto 7px;
				padding-left: 3px;
				padding-right: 3px;
				}

      #menu ul li a:hover {
        color: yellow;
       
        }

/******************** corpo pagina *************************/  
 
#corpo {
	margin-left: 0px;
	text-align: center;
	margin-top: 0px;
	background-color: #FFFFFF;
  }
  
  


/******************** footer pagina *************************/	

#footer {

	font-size: smaller;
	background-image: url(../images/down.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
  }
  #footerhome {

	font-size: smaller;
	background-image: url(../images/down1.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
  }
  
  .TestoFooter {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 22px;
	background-image: url(../rossetti_images/sfondo_indirizzorosa_rossetti.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 60px;
	

}
  

.centra {
   text-align: center;
   }
   
   .Testo_parole{
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;

}
.menuitem a:link { color: #000000; text-decoration: none}
.menuitem a:visited { color: #000000; text-decoration: none}
.menuitem a:hover { text-decoration: underline}
