@-moz-document url-prefix(http://www.ilsollazzo.com/forum){
/*
	Sollazzo - Header con i personaggi v. 1.0
	By LBreda
	http://www.lbreda.com/

	This file is a CSS userscript for La Tana Del Sollazzo
        forum <http://www.elikrotupos.com/sollazzo> to do some
        modifications to the standard template.


        This is under GNU/GPL.
*/
img[src*="banner.png"] {
    width: 0 !important;
    height: 240px !important;
    padding-left: 960px !important;
    background-image: url("http://www.ilsollazzo.com/forum/images/bannerpersonaggi.png") !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }
}