News:
body{ background: red url("test.gif"); background-repeat: repeat-y; background-attachment: fixed; }
body{ background: red url("test.gif"); background-repeat: repeat-x; background-attachment: fixed; }
body{ background: red url("test.gif"); background-repeat: no-repeat; background-attachment: fixed; }
body{ background: red url("test.gif"); background-repeat: repeat; background-attachment: fixed; }
body{ background-image: url("test.gif"); background-repeat: space; }