/* 	Resets the backgroudn colour 	*/
html 	{ background: white; 
}

/* 	Additional padding to print nicely 	*/
#top	{ margin: 10px 0 0 0; }

/* 	Ensures white background 	*/
body 	{ background: #FFF; margin-top: 10px;}



