body{
    background-color: rgb(9, 9, 9);
    margin: 0 auto;
    border:0px;
}
#corpo {
    background-color:black;
    margin: 0 auto;
    min-width: 800px;
    width: 80%;

}
#menu{
    background-image: url("https://futebolgratis.site/image/bg-nav.png");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y:center ;
    max-width:80%;
     
}

.menu-provisorio{
    font-weight: 600;
}

.menu-provisorio :link{
    color: #ff6a00;
    text-decoration: none;
}

.menu-provisorio :visited{
    color: #ff6a00;
    text-decoration: none;
}


.menu-provisorio :active{
    color: #ff6a00;
    text-decoration: none;
}


.menu-provisorio :hover{
    color: #f8944d;
}


.chancela-evento {
    padding:5px;
    margin-top:20px;  
    font-size:14px;
    padding-bottom:20px;
    color:rgb(43, 42, 42);
}

.chancela-evento a:link, a:visited, a:active{
    text-decoration: none ;
    color:rgb(43, 42, 42);
}
 
#footer{
    height:340px;
    margin-top:20px;
    
    background-image: url("https://futebolgratis.site/image/bg-footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    
}


.footer-block{
    font-size: small;
    color:white;
    height:340px;
    text-align: center;
}

.img_banner{
    cursor:pointer;
}