#body {

     background: #888888 url("http://static.tumblr.com/bfb99b948e25c931cd571bee3c87acde/13z3ucu/RT1ndunr2/tumblr_static_dpbwab5vo5s8ws0scg8kkos4k.jpg");

     color: #EFEFEF;

}

/* Modifications to background colors */

#main_column {

    background: #100F11;
    color: #EFEFEF;
}

#game_frame {

   background: #100F11;
   color: #EFEFEF;
}

a { 
color: #e3f5f9; 
}
a:link { 
color: #e3f5f9; 
}
a:visited { 
color: #e3f5f9; 
}
a:active { 
color: #e3f5f9; 
}
a:hover { 
color: #feffff;
}
/* Modifications to messages */

div.message div.contents {

	border-left: 0px;

}

div.message.even {

    background: #100F11!important;
    color: #EFEFEF!important;
}

div.message.odd {

    background: #100F11 !important;
    color: #EFEFEF;
}

/* Modifications to tables (Reviews and Downloads) */

table.listing tr.odd td {

	background: #100F11;

}

table.listing tr.even td {

	background: #100F11;

}
table.listing tr.even:hover td, table.listing tr.odd:hover td {

	background: #100F11;

}

.small {

	color: #888888;

}