/* CSS basics for not so hot browsers */
/* These get replaced by screen.css if the browser understands @import */
/* Originally authored by hicksdesign.co.uk, home of Jon Hicks, a very fine designer indeed */
/* ------------------------------------------------------- */

body {
	background-color: #fff;
	background-image: url(/images/upgrade.gif);/*use full url so both ie45mac and nn4 can find it. */
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 40px 10% 10% 10%;
	font-family: Arial, sans-serif;
}
