body {/* set everything to zero for a good cross-browser starting point */
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body ** Opera carries a default padding and requires this zeroing*/
	border: 0px none;/*zeroes off any existing border*/
	background-color: #FFFFFF;/*sets the body background colour*/
	background-image: url(images/site_bkg.gif);
	color: #FFFFFF; /*set the default text color */
	text-align: center; /* Hack to centre the wrapper in IE5.x pc */
	font-family: Verdana, Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 10px;
	min-width: 770px;
	scrollbar-base-color: #F0D18F;
}

