/* CSS Document */


#shadow_container {
	position:relative;
	width:920px;
	z-index:0;
}

#shadow_top {
	position:absolute;
	top:0px;
	height:172px;
	width:920px;
	left:0px;
	background-image:url(images/shadow_top.png);
	background-repeat:no-repeat;
}

#shadow_middle {
	position:absolute;
	top:172px;
	height:410px;
	width:920px;
	left:0px;
	background-image:url(images/shadow_middle.png);
	background-repeat:repeat-y;
}

#shadow_bottom {
	position:absolute;
	top:582px;
	height:18px;
	width:920px;
	left:0px;
	background-image:url(images/shadow_bottom.png);
	background-repeat:no-repeat;
}
