﻿#fundo-externo {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

#fundo {
    position: fixed;
    width: 100%;
    height: 100%;
}

#fundo img {
    width: 100%;
    position: absolute;
}