@CHARSET "ISO-8859-1";
body{
    background-color: #140713;
    background-image: url('img/fundo.jpg');
    background-repeat: repeat-x;

}
.Bg{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url('img/bg.jpg');
    background-position: top center;
    background-repeat: no-repeat;
    height: 790px;
    z-index: -1;

}
