#bg-top {
	background: url(../images/bg_top.gif) repeat-x;
	height: 9px; 
	width: 100%; 
}
#bg-left-middle {
	background: url(../images/bg_middle_left.gif) repeat-y;
	width: 10px; 
	margin-left: -10px;
	float: left;
	position: absolute;
	height:445px;
}

#bg-right-middle {
	display: inline;
	background: url(../images/bg_middle_right.gif) repeat-y;
	background-position: right;
	width: 10px; 
	margin-left: 930px;
	float: left;
	height:609px;
	z-index: 100;
	position: absolute;
	}
	
#bg-left {
	background: url(../images/bg_left.gif) repeat-y;
	width: 10px; 
	margin-left: -10px;
	height: 430px;
	position: absolute;
	z-index: -100;
}
	

#bg-right {
	float: left;
	background: url(../images/bg_right.gif) repeat-y;
	width: 10px; 
	margin-left: 930px;
	height: 430px;
	position: absolute;
	z-index: 10;
}

#bg-bottom {
	background: url(../images/bg_bottom.gif) repeat-x;
	height: 9px; 
	width: 100%; 
}
