///* NEW BACKGROUND *///

HTML > BODY
{
  background: url("/resources/Pictures/dark-background.jpg");
}

div.itemInfoContainer
{
display: none;
}

img .centered {
    display: block;
    margin-left: auto;
    margin-right: auto 
}