/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 18/01/2019, 15:05:41
    Author     : nando_hz0dh5l
*/
body {
    background-image: url(../img/PB.png) !important;
    background-position: center center !important;
    background-repeat:  no-repeat !important;
    background-attachment: fixed !important;
    background-size:  cover !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%
}
