div.wrapperT
{  
	float:left; /* important */  
    position:relative; /* important(so we can absolutely position the description div */  
}  
div.descriptionT
{  
	position:absolute; /* absolute position (so we can position it where we want)*/  
    top:0px; /* position will be on bottom */  
    left:0px;  
}
            
