/* Modifications to the backrgound */

#body {

     background: #888888 url("https://rpgmaker.net/media/content/games/6030/screenshots/CO2poster.jpg");

     background-repeat: no-repeat;

     color: #FFFFFF;

}



/* Modifications to background colors */

#main_column {

    background: #990000;

}

#game_frame {

   background: #990000 !important;

}



/* Modifications to messages */

div.message div.contents {

	border-left: 0px;

}

#discussion div.message.even {

    background: #OO0000 !important;

}

#discussion div.message.odd {

    background: #990000 !important;

}



/* Modifications to tables (Reviews and Downloads) */

table.listing tr.odd td {

	background: #000000;

}

table.listing tr.even:hover td, table.listing tr.odd:hover td {

	background: #FFFFFF

}

.small {

	color: #000000;

}