body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background:white url(../img/bg_body.gif) repeat-x top;
    margin:0;
    padding:0;
}

/* DIV MAIN */

div#main {
    width:100%;
}

/* LOGHI */
div#loghi {
    width:960px;
    height:42px;
    text-align:left;
}

img#logo-umbro {
    float:left
}

img#logo-shop {
    float:right
}

/* FOOTER */

div#footer {
    width:100%;
    border-top:1px solid #999999;
    margin-top:7px;
    text-align:center;
    font-size:11px;
    color:#999;
    line-height:20px
}

div#footer a {
   text-decoration:none;
   margin:0 10px;
   font-weight:bold
}

div#footer a:hover {
   text-decoration:underline
}


div#footer a.black {
    color:black;
}

div#footer a.black:hover {
    color:#e51837;
}

div#footer a.gray {
    color:#999;
}

div#footer a.gray:hover {
    color:#e51837;
}


