/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
body {
        background: #ffffff url('photos/Site/bg-revbattle.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        color:#333;
        }

