
* {
    margin: 0;
    padding: 0;
    
    box-sizing: border-box;
}

html, body {
    height: 100%;
}


body {
    background: url(../images/BGR_WEBFJC.png) no-repeat center;
    
    background-size: cover;
}

body:before {
    content: "";
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: url(../images/ESF_WEBFJC.png) no-repeat right;
    background-size: cover;
}

body:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    background: url(../images/TXT_WEBFJC.png) no-repeat right;
    background-size: contain;
}
