body {background:url(../images/bg.gif); margin:0; padding:0;}
img {display:block;}
td {line-height:1;}
.band {width:100%;}
.band.white {background-color:#FFFFFF;}
.band.yellow {background-color:#FFCC00;}
.band.body {margin-bottom:18px;}
.page {width:1000px; margin:0 auto;}
.title {font-size:18px; font-family:verdana; font-weight:bold; color:#000000;}
.copyright {font-size:10px; font-family:verdana; font-weight:normal; color:#666666;}

/* soft shadow falling off the left edge of the page column */
.band.white, .band.yellow {
	background-image:linear-gradient(to left, rgba(0,0,0,0.38) 0, rgba(0,0,0,0.22) 6px, rgba(0,0,0,0.07) 12px, rgba(0,0,0,0) 18px);
	background-size:18px 100%;
	background-position:calc(50% - 509px) 0;
	background-repeat:no-repeat;
}
