/* Background.css */
body {
    background-color: #edeff0;
    background-image: url("../../files/theme_files/backgrounds/gradient.jpg");
    background-repeat: repeat-x;
    background-attachment: fixed
}