/*  Theme: for specific games, the body tag
    gets a class with the game name */


/*  COD Modern Warfare */
body.warfare div#wrapper { background-image: url("/images/splash/warfare.jpg") !important; background-position: right top !important; background-color: white; }

/*  Assassins Creed 2 */
body.assassins-creed-2 div#wrapper { background-image: url("/images/splash/assassins-creed-2.jpg") !important; background-position: 50% -50px !important; }

/*  Little big planet */
body.littlebigplanet div#wrapper{ background-image: url("/images/splash/mylittlebigplanet.jpg") !important; background-color: #000 !important; background-position: right top !important; }
body.littlebigplanet div#wrapper div#content h1 { color: white !important; }
body.littlebigplanet div#slogan, body.littlebigplanet div#slogan a { color: white !important; }

