﻿body {
    font-size:12px;
}

#contenitore{
    width:1200px;
    margin:0 auto; 
    padding:0; 
    background: #fff;
}

#header{
    border-bottom:2px solid #ED9808;
}


#footer {
    clear:both;
    border-top:2px solid #ED9808;
}

hr {
    color:#ED9808;
    background-color:#ED9808;
    height:1px;
}


table.center {
    border:0;
    width:80%; 
    margin-left:10%; 
    margin-right:10%;
    text-align:center;
  }

table.menu {
    border:0;
    width:80%; 
    margin-left:10%; 
    margin-right:10%;
    text-align:center;
  }
