/*The body is declared separately so I can work on includes
w/o having to deal with the bg image.*/

/*The doc relative link is for display purposes in DW only. 
	The root relative will cascade the proper path to all browsers*/
body {
	margin: 0px;
	background-image: url(../images/bg.gif);
	background-image: url(/images/bg.gif);
}

