/* CSS Document */

html {
	background-image: url(../images/sawdust.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
body {
	font-family: sans-serif;
}
h2 {
	font-family: "Comic Sans MS", sans-serif;
	color: #004180;
}