/* CSS Document */

body {
	background-image: url(../images/shopgeneric/bggradient2.gif);
	background-repeat: repeat-x;
	background-color: #0171BB;
	margin: 0px;
	padding: 0px;
}
/* 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) */
