<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * MyCred.com - CSS Styles that extend on "public.css"
 * File: /css/public_mycred.css
 * Date: 09/17/13
 */
#body_home {
    background-image: url('/libs/images/members_bg_blue_mycred.jpg');
    padding-top: 18px;
    }
#body_contact_us {
    background-image: url('/libs/images/members_bg_blue_mycred.jpg');
    padding-top: 18px;
    }
#body_about_us {
    background-image: url('/libs/images/members_bg_blue_mycred.jpg');
    padding-top: 18px;
    }

#body_app_download{
    background-image: url('/libs/images/members_bg_blue_mycred.jpg');
    padding-top: 18px;
    }
#body_content {
    background-image: url('/libs/images/members_bg_blue_mycred.jpg');
    padding-top: 18px;
}
#body_home #text_banner {
    background-image: url('/libs/images/home_text_banner_mycred.png');
    background-repeat: no-repeat;
    background-position: -0px 0px;
    display: block;
    width: 380px;
    height: 125px;
    position: relative;
    left: 20px;
    top: -15px;
    }
</pre></body></html>