/* This sheet contains only selectors and properties relating specifically to the Pret a Porte section. Shared properties are in the global.css file */

body {
    background-color : #1A2D41;
    }
body#pret_a_porter {
   background-image : url(/portfolio/assets/images/bg/bg_pret_a_porter.jpg);
    }
body#fusion {
   background-image : url(/portfolio/assets/images/bg/bg_pret_a_porter_fusion.jpg);
    }
body#cutup{
   background-image : url(/portfolio/assets/images/bg/bg_pret_a_porter_cutup.jpg);
    }

div.copyblock {
    background-image : url(/portfolio/assets/images/screen_pret_a_porter.gif);
    }
