I put the file under the "Styles" directory of my VS project, where my default sitemaster's CSS is located upon creation.
body{
background-image: url('..\Styles\Header.jpg');
}
How can I use this properly to display the image in the background using external CSS?