/*
 * For site-specific css customizations, change this file.  Custom images can be placed in the webapps/mitsweb/images directory. 
 * For example, to change the top image, add the following to custom.css, changing example.gif to the desired image:
 * 
 *    .top_image{
 *    background:    transparent left url('../images/example.gif') no-repeat;
 *    }
 * 
 *   Finally, clear your browser's cache and restart MITS Discover Gateway Service to effect the changes. 
 */
    .top_image{
    background:    transparent left url('../images/logo.png') no-repeat;
    height:50px;
    width:250px;
    }