body {
    margin:0 auto;
    background-image:url('../img/prova/fons.png');
    background-repeat:repeat-x;
    background-position:top;
    background-attachment: fixed;
    font-family: Verdana, Infinity-Bold, Arial, Verdana;
    font-size: 12px;
    text-align:center;
}

#general{
    position:absolute;
    top:50%;
    left:50%;
    width:600px;
    height:400px;
    margin-left:auto;
    margin-right:auto;
    margin-left:-300px;
    margin-top:-200px;
}

#peu{
    padding-top: 0.7em;
    padding-bottom: 0.7em;
    border-top: 1px black dotted;
    border-bottom: 1px black dotted;
    font-family: Verdana;
    font-size: 10px;
    clear:both;
}

a{
   color:#000000;
   text-decoration: none;
   padding: 0.3em;
}
a:hover{
    text-decoration: underline;
}
span a{
    color: #ffffff;
}

span{
    background-color: #E27218;
    color: #ffffff;
    padding: 0.3em;
}