/* CSS Document */
#BLACKLVL {
	width:100%;
	height:100%;
background-position:left;
background-repeat:repeat-y;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/black/Square.gif);
}
#BLACKRVL {
	width:100%;
	height:100%;
	background-position:right;
	background-repeat:repeat-y;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/black/Square.gif);

}
#BLACKTHL {
	width:100%;
	height:100%;
	background-position:top;
	background-repeat:repeat-x;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/black/Square.gif);
}
#BLACKBHL {
	width:100%;
	height:100%;
		background-position:bottom;
	background-repeat:repeat-x;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/black/Square.gif);
}
#BLACKTL {
	width:100%;
	height:100%;
	background-position:top left;
	background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/black/TL.gif);
}
#BLACKBL {
	width:100%;
	height:100%;
background-position:bottom left;
background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/black/BL.gif);
}
#BLACKBR {
	width:100%;
	height:100%;
background-position:bottom right;
background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/black/BR.gif);
}
#BLACKTR {
	width:100%;
	height:100%;
background-position:top right;
background-repeat:no-repeat;
	z-index:1;
	font-size:1px;
	background-image:url(../pics/interface/boxes/black/TR.gif);
}

