body
{  background-color: #FFDE21;
   background-image: none;
}

#column1
{
	position: absolute;
	height: auto;
	top: 0px;
	left: 5px;
	margin: 0px;
	padding-top: 5px; /* Play with me! */
	z-index: 3;
	text-align: center;
	right: 5px;
}

#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;
}

