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

/* oliverker.co.uk */
/* ------------------------------------------------------- */

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	background-color: #fff;
	background-image: url(http://www.oliverker.co.uk/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 0 0 30px;
}
