﻿
.bodyContentDev {
    background-image: url(images/watermark_dev.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

.bodyContentST {
    background-image: url(images/watermark_st.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

.bodyContentUAT {
    background-image: url(images/watermark_uat.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

.bodyContentPrev {
    background-image: url(images/watermark_prev.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

.bodyContentSTG {
    background-image: url(images/watermark_staging.png);
    background-repeat: repeat;
    background-attachment: fixed;
}

.bodyContentPRD {
}
