body{
padding:0;
line-height: 15px;
}

/*---------------------------------------------------------------------------------*/
ul.listing{
margin-left: -50px;
width:100%;
}
ul.listing li{
  list-style-type: none;
  float:left;
  width:135px;
  margin-left: 15px;
  margin-bottom: 15px;
}
/*---------------------------------------------------------------------------------*/

hr {
border: none 0;
border-top: 1px dashed #CCC;/*the border*/
width: 100%;
height: 1px;
} 
/*---------------------------------------------------------------------------------*/
a img {border: none; } 


#footer{
	width: 100%;
	text-align: center;
	bottom:0;
	position:fixed;	
}


 