#apLeftDiv
{
   padding: 2px;
   position: relative;
   width: 150px;
   z-index: 1;
   font-size: small;
   top: 0px;
   left: 0px;
   text-align: center;
   background-color: #009999;
}
#apRightDiv
{
   margin: 5px 2px 0px 2px;
   padding: 5px 2px 0px 2px;
   position: absolute;
   z-index: 0;
   text-align: center;
   top: 0px;
   left: 430px;
   height: 1500px;
}
.Center
{
   text-align: center;
}
#BS_Left {
	 position: relative;
	left:5px;
	top:20px;
	width:370px;
	height:500px;
	z-index:1;
}
#BS_Right
{
   position: relative;
   left: 380px;
   top: 10px;
   width: 370px;
   height: 500px;
   z-index: 1;
   clip: rect(0px, auto, auto, auto);
   vertical-align: top;
}