/* Put client-specific styles here */
#logo {
  background-image: url('/portal/client/static/images/logo.png');
  background-repeat:no-repeat;
  background-position:left top;  
  height:90px;
  margin-left: 0px;
  float:left;
}

