/* www.multithemes.com */

body {
	background: #3f3f3f url(../../images/background/tile_grey.jpg) repeat-x left top;
}

/* @group shadow GIF */

#shadow_right {
	width: 11px;
	height: 439px;
	position: absolute;
	display: block;
	z-index: 5;
	background: url(../../images/background/shadow_right_grey.jpg) no-repeat;
	top: 3px;
	right: -11px;
}

#shadow_left {
	width: 11px;
	height: 439px;
	position: absolute;
	top: 3px;
	display: block;
	z-index: 5;
	background: url(../../images/background/shadow_left_grey.jpg) no-repeat;
	left: -11px;
}
	
/* @end */


