I know I'm close but someone help me out:
body {
background-attachment: fixed;
background: url("images/background.jpg"), url("images/background.jpg");
background-repeat: no-repeat;
line-height: 1;
min-width: 1150px;
background-position: top left, bottom right;
}
The image being used as a sprite, "background.jpg" is 1720px wide by 1100px tall. I need to show the top right part of the image in the first instance and the bottom left part of the image in the second instance. In each case the size of the rectangle needed to be taken from the jpg is 600px wide and 400px tall.