body{

    background-image: url(../Imagem/fundo2.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;



}



.container-fluid{

   margin: 0px;

   color:#fff;

}



div#conteudo{

    color: #fff;   

}



.container-fluid img {

    max-width:250px;

    max-height:100px;

    width: auto;

    height: auto;

}

div#rodape{

    width: 100%;

    height: 10px;

    float: left;

    margin-top: 30px;

}



