/*
 * Add this stylesheet after the style.css to any HTML included with this template
 * to enable bokeh background
 */
body {
	background-attachment: scroll;
	background-image: url(http://transitionsinprogress.org/background-color2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f0eadb;
}

