/* Background styles for support_public page */
.bg {
    /* The image used - relative path from css/internal/ to img/ */
    background-image: url("../../img/bg.jpg");

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}