The path is relative to the stylesheet itself, which is in qa/qa-theme (assuming Q2A is in the subfolder qa). So if the image is in the same folder as the stylesheet just put url("header.jpg")
You can also start the path with a slash which makes it relative to the domain, for example: url("/images/header.jpg")