﻿

body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    /*background: url('/Sites/ACC/ACCBackground50.jpg');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body, html {
    height: 100%;
}

.bg {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .bg::after {
        content: "";
        /*background: url('/Sites/ACC/ACCBackground.jpg');*/
        opacity: 0.15;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        position: absolute;
        z-index: -1;
        height: 100%;
        /* Center and scale the image nicely */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

.sitelogo {
    background-image: url('../Sites/advanced-control-corp-logo-web.png');
    background-repeat: no-repeat;
    height: 50px;
    width: 220px;
}

