arkadaşalr wp sitemin style.css dosyasında aşağıdaki bold yazılmış olan (images/header.jpg) resme link vermek istiyorum.

position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 1000px;
  height: 200px;
  background-image: url('images/header.jpg');
  background-repeat: no-repeat;
  background-position: center center;
Nasıl olacak bu?