body
{  background-image: url("../images/MergeRight.jpg");
   background-repeat: repeat-y;
   background-attachment: fixed;
   background-color: black;
}

#column1
{  position: absolute;
   width: 252px;
   height: auto;
   top: 0px;
   left: 0px;
   z-index: 2;
}

#column2
{  position: absolute;
   width: 237px;
   height: auto;
   top: 0px;
   left: 252px;
   z-index: 2;
}

