html {
			background: white url(bell.png) bottom left no-repeat fixed ;
			height: 100% ;
			margin: 0 ;
			padding: 0 ;
		}
body {	min-height: 100% }
		h1, h2, h3, h4, h5, h6 {
			color: #957d5e ;
		}
		a[href] {
			text-decoration: none ;
			background: transparent url(underline.png) bottom left repeat-x ;
			color: #7093af ;
		}
		body, ul {
			color: #2c3416 ;
		}
		/* ul {
			list-style-type: circle ;
		} */
		.credits {
			font-style: italic ;
			font-size: smaller ;
		}

		body * {
			background: transparent top right repeat ;
		}
		body > * {
			background: transparent url(fade.png) top right repeat ;
		}

p.footer {
	font-size: smaller ;
}
