﻿#background div.leftside {
	background-image:url('../images/background/lmBG.gif');
	background-position:left top;
	background-repeat:repeat-y;
	text-align:left;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:absolute;
	display:inline;

}
#background div.leftside img {
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	border:0px;
	vertical-align:top;
}
#background div.rightside {
	background-image:url('../images/background/rmBG.gif');
	background-position:right top;
	background-repeat:repeat-y;
	text-align:right;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	position:absolute;
	display:inline;

}
#background div.rightside img {
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	border:0px;
	vertical-align:top;
}
#background div.bottom {
	background-image:url('../images/background/bmBG.gif');
	background-position:left bottom;
	background-repeat:repeat-x;
	border:0px none;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align:left;
	vertical-align:bottom;
	position:absolute;
	z-index:1;
}
#background div.bottom span.left {
	text-align:left;
	vertical-align:bottom;
	background-image:url('../images/background/lbBG.gif');
	background-position:left bottom;
	background-repeat:no-repeat;	
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
}
#background div.bottom span.right {
	text-align:right;
	vertical-align:bottom;
	background-image:url('../images/background/rbBG.gif');
	background-position:right bottom;
	background-repeat:no-repeat;	
	width:100%;
	height:100%;
	position:absolute;
	z-index:2;
}
#background div.bottom img {
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	border:0px;
	vertical-align:baseline;
}
