/* simple css stylesheet */
/* for web browsers with inadequate CSS support */
/* Derren Wilson 2008 (with help from Jon Hicks' cheesophile FOWD presentation) */

/* ----------------------------------------------------------------- */

/* sets background to white and type to black, and adds a 'please update your browser message - there's not much else we can do */

/* Please don't edit the styles below - this stylesheet may need to be updated at any time by the central team */

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;
}