wennste einfach das pack von wordpress genommen hast dann gehste in
wp-content --> themes --> "dein theme" --> style.css
meins sieht zum beispiel so aus
Code:
body {
[COLOR="Red"]background: #474747 url(images/animevisual_background.png)[/COLOR] [COLOR="DeepSkyBlue"]repeat-x 0 0;[/COLOR]
color: #474747;
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 11px;
margin: 0 auto;
padding: 20px 20px 0;
}
das rote is das bild und die farbe
das blaue ist das wie und wohin es wieder holt werden soll