/* Modifications to the backrgound */

#body {

     background: #000033 url("http://rpgmaker.net/media/content/users/8935/locker/megawallpaper.jpg");

     background-repeat: repeat;

     color: #000000;

}



/* Modifications to background colors */

#main_column {

    background: #0011BB;

}

#game_frame {

   background: #6677BB !important;

}



/* Modifications to messages */

div.message div.contents {

	border-left: 0px;

}

#discussion div.message.even {

    background: #33AAEE !important;

}

#discussion div.message.odd {

    background: #0088FF !important;

}