css paths

could someone tell me how i should form url paths in css, i would like to use themes afterwards

currently my css images are factored as such




body { 

font: 0.9em Verdana, Geneva, Arial, Helvetica, sans-serif; 

background-color: #000000; 

color: #d2d7e4; 

background-image: url(../images/../images/default/header_back.jpg); 

background-repeat: repeat;

background-position:center;

} 



mithereal

nm figured it out doh