/* Adds a background image to the wrapping div with class background */
div#wrap.background {
    background-image: url("/img/PRISM_logo_trans.png");
    background-repeat:no-repeat;
    background-position: center center;
}