body
{  background: #ffffff;
   margin: 0px;
   margin-left: 0px;
}

p
{  margin-right: 0px;
}

#column1
{  position: absolute;
   background-color: transparent;
   width: 125px;
   top: 0px;
   left: 5px;
   z-index: 2;
}

#column2
{  position: absolute;
   background-color: transparent;
   width: 125px;
   top: 0px;
   left: 170px;
   z-index: 2;
}

#column3
{  position: absolute;
   background-color: transparent;
   width: 125px;
   top: 0px;
   left: 335px;
   z-index: 2;
}

