/* This sheet contains only selectors and properties relating specifically to the Couture section. Shared properties are in the global.css file */

body {
    background-color : #460000;
    }
body#couture {
   background-image : url(/portfolio/assets/images/bg/bg_couture.jpg);
    }
body#ragdolls {
   background-image : url(/portfolio/assets/images/bg/bg_couture_ragdolls.jpg);
    }
body#victorian_decadence {
   background-image : url(/portfolio/assets/images/bg/bg_couture_victorian_decadence.jpg);
    }

div.copyblock {
    background-image : url(/portfolio/assets/images/screen_couture.gif);
    }
