/*
 * Style sheet for my photography pages
 * $Id: photography.css,v 1.1 2001-07-23 04:11:19 gadams Exp $
 */

@import url(../main.css);

body {
    background: url(hatchiness.jpg) #F5F5F5;
    color: black;
}
#content {
	background: transparent;
}

@media print {
	/* Don't try to print a page background; white will work best. */
	body {
		background: white;
	}
}
