Komisch, mit Firebug gign es gerade ohne Probleme.
Dann ersetz mal
Code
body.custom-background {
background-attachment: scroll;
background-color: #1C282C;
background-image: url("http://simple-gaming.de/wordpresstest/wp-content/media/2012/07/bg2.png");
background-position: center top;
background-repeat: no-repeat;
}
mit
Code
body.custom-background {
background-attachment: scroll;
background-color: #1C282C;
background-image: url("http://simple-gaming.de/wordpresstest/wp-content/media/2012/07/bg2.png") [COLOR=#ff0000]!important[/COLOR];
background-position: center top [COLOR=#ff0000]!important[/COLOR];
background-repeat: no-repeat [COLOR=#ff0000]!important[/COLOR];
}