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

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 5% 5% 5%;
}