/*
    Document   : customer
    Created on : 25-lug-2012, 12.57.54
    Author     : GMilano
    Description:
        Purpose of the stylesheet follows.
*/

/*
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.customer-logo {
    background-image: url('/Eon/images/customer-logo.png');
    background-repeat: no-repeat;
    background-position: right bottom ;
}

