/* for standard platformers who find old copies of NN4 on the start menu... */
/* thanks jon hicks for nutting out which rules work in these browsers. */

body {
	background-color: #fff;
	background-image: url(http://www.mmu.ac.uk/images/lookodd.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0;
	padding: 40px 10% 10% 10%;
	font-family: arial, helvetica, "bitstream vera sans", sans-serif;
}