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