@CHARSET "ISO-8859-1";
body{
    background-image: url('img/fundo.jpg');
}
.Bg{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url('img/bg.jpg');
    background-position: top center;
    background-repeat: repeat-x;
    height: 508px;
    z-index: -1;

}
.Boy{
    position: absolute;
    width: 472px;
    height: 459px;
    left: 50%;
    margin-left: -50px;
    top: 130px;
    background-image: url('img/boy.png');
    background-repeat: repeat-x;
    z-index: -1;
}
