#TextContener ul
{
   list-style: none;
   
   padding: 0;
   margin-left: 0;
}

#TextContener ul li
{
      height: 80px;
}

#TextContener ul li a
{
	display: block;
	width: 199px;
	height: 80px;
	
	background-image: url( gfx/sage-utilities/logoDownload2.gif );
	background-repeat: no-repeat;
	
	vertical-align: bottom;
	background-position: bottom center;
	
	font-weight: bold;
	
	margin: auto;
}

#TextContener ul li
{
      
		margin-bottom: 24px;
}