/* Modifications to the backrgound */

#body {

     background: #888888 url("http://i.imgur.com/IdxVWSO.png");

     color: #000000;

}

#a:link { color: #1a1a1a; }

/* Modifications to background colors */

#main_column {

    background: #0b0d0f;

}

#game_frame {

   background: #dbe3ff !important;

}



/* Modifications to messages */

div.message div.contents {

    border: 2px ridge #FFCC66;
    border-radius: 8px

}

#discussion div.message.even {

    background: #ffffff !important;

}

#discussion div.message.odd {

    background: #dbe3ff !important;

}
