/*
 * Custom rules for index.css.
 * The rules you put here override rules in that stylesheet.
 */
    
    div#page-index .outro 
    {
        clear:both;
    }

    #enter_bug 
    {
        background: url(index/bug.gif) no-repeat;
    }
    
    #query
    {
        background: url(index/search.gif) no-repeat;
    }
    
    #account
    {
        background: url(index/account.gif) no-repeat;
    }
    
