#footer {
	margin-top: 0px;
}
#hero {
	padding-bottom: 14px;
}
#catAdBox {
	font-size: 11px;
	background-image: url(/images/box_catowner.png);
	float: left;
	width: 140px;
	height: 118px;
	padding-top: 40px;
	padding-left: 22px;
	padding-right: 118px;
	background-repeat: no-repeat;
	margin-right: 25px;
	margin-bottom: 20px;
}
#dogAdBox {
	font-size: 11px;
	background-image: url(/images/box_dogowner.png);
	float: left;
	width: 142px;
	height: 118px;
	padding-top: 40px;
	padding-left: 22px;
	padding-right: 118px;
	background-repeat: no-repeat;
	margin-right: 25px;
}
#vetAdBox {
	font-size: 11px;
	background-image: url(/images/box_vet.png);
	float: left;
	width: 123px;
	height: 118px;
	padding-top: 40px;
	padding-left: 22px;
	padding-right: 118px;
	
	background-repeat: no-repeat;
}