body 
{
	background: #340d2c;
	color: #ffffff;
	SCROLLBAR-BASE-COLOR: "#934D42";
	SCROLLBAR-ARROW-COLOR: "#702525";
	background-image: url(../images/cover-small.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top right;
}

/* Setting the body tag with a background-image attribute
set to background-repeat: no-repeat; will only display the image one time 
(repeat is the default setting) */
