@charset "UTF-8";
/* CSS Document */

        :target:before {
            content:"";
            display:block;
            height:225px; /* fixed header height*/
            margin:-225px 0 0; /* negative fixed header height */
       }
       
