/*
 * Custom rules for index.css.
 * The rules you put here override rules in that stylesheet.
 */
/**************** Add custom picture on index page
    div#page-index .intro
    {
        width: 250px;
        height: 200px;

        margin-top: 2.3em;
        margin-right: 2.3em;
        float: right;
        background: transparent no-repeat url(index-background.png);
    }
**********************************/
