Hi,
I told you that if you want background to move with scroll remove this:
background-attachment: fixed;
from code I gave you.
If you want to translate that graphic horizontally and vertically , background-position: center top;
can be also:
background-position: center 50px;
or
background-position: center -20px;
or
...