/*Simple reset*/
* {margin: 0; padding: 0;}

body {
	/*Hi. Do you like the snow I made for Tom? Is that why you're peeping the CSS? :) - marcia */
	background: #000;
}
canvas {
	display: block;
	position: fixed;
	top:0;
	left:0;
}
