#column1
{  position: absolute;
   background-color: transparent;
   width: 780px;
   height: auto;
   top: 0px;
   left: 0px;
   margin: 0px;
   padding-top: 20px; /* Play with me! */
   z-index: 3;
}

#column2
{  position: absolute;
   background-color: transparent;
   width: 200px;  
   height: auto;
   top: 0px;
   left: 200px;
   margin: 0px;
   padding-top: 20px; /* Play with me! */
   z-index: 3;
}

#column3
{  position: absolute;
   background-color: transparent;
   width: 300px;
   height: auto;
   top: 0px;
   left: 400px;
   margin: 0px;
   padding-top: 20px; /* Play with me! */
   z-index: 3;
}

#column4
{  position: absolute;
   background-color: transparent;
   width: 500px;
   height: auto;
   top: 0px;
   left: 700px;
   margin: 0px;
   padding-top: 20px; /* Play with me! */
   z-index: 3;
}

