﻿body {
    background-image: url('img/fundo.jpg');
    /* background-repeat: repeat-y; */
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:100% 100%;
    left: 0;
    right: 0;
    text-align: center;

}





