/* CSS basics for not so hot browsers */
/* These get replaced by layout.css if the browser understands @import */
/* WebWebMarketing.com */
/* ------------------------------------------------------- */

body {
	background-image: url(/img/bgimg_3801.jpg);/*use full url so both ie45mac and nn4 can find it. */
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

