/*
 * Add this stylesheet after the style.css to any HTML included with this template
 * to enable wood background and shadow
 */
body {
	background: #ccc url(../images/bg.png) repeat-x;
}

#wrapper-shadow {

	-moz-box-shadow: 0px 0px 1em #999;
-webkit-box-shadow: 0px 0px 1em #999;
box-shadow: 0px 0px 1em #999;
}

