body,html{
    height: 100%;
    margin: 0;
    background-image: url('cor.png');
}

#container {
    height: 900px;
    background-image: url('fundo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}