y ke debo de poner entonces?
fijate que el css estas editando no sea el dafault sin o el de tu theme
Código:
body {
      

background: #D3D3D3 url(../../../images/mynic/cloth_4.gif);

color: #000;

font-family: Verdana, Arial, Sans-Serif;

font-size: 13px;

text-align: center; /* IE 5 fix */

line-height: 1.4;

margin:0px;

}

Tienes eso, modificalo que quede así:

Código:
body {
      

background: #D3D3D3 url(images/mynic/cloth_4.gif);

color: #000;

font-family: Verdana, Arial, Sans-Serif;

font-size: 13px;

text-align: center; /* IE 5 fix */

line-height: 1.4;

margin:0px;

}
No... Debería de poner esto:

Código:
body {
    background: #D3D3D3 url(http://yfrog.com/eao71r8zj);
    color: #000;
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 13px;
    text-align: center; /* IE 5 fix */
    line-height: 1.4;
    margin:0px;
}