html,body{
    height:90%;
    margin:0;
    padding:0;
 }

.animals {
	width:240px;	   
	height:160px;
	padding:0px;
	margin-left: auto;
	margin-right: auto;
	margin-top:5px;
}
.animals img {	
	width:240px;	   
	height:160px;
	border: 2px solid black;
}

.heading {
	width:470px;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	margin-bottom:15px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;

}

.productlist {
	float:none;
	width:505px;
	height:auto;
	margin-top:15px;
	margin-left:auto;
	margin-right:auto;
	padding:15px;
	background-color: white;
	
}

.description {
	float:right;
	width:345px;
	margin-top:25px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.product-name {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

.product-images {
	float:left;
	clear:both;
	width:160px;	   
	height:107px;		  
	padding:0px;
	margin-top:0px;
	margin-bottom:10px;	
}

.tag {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	font-style: italic;
}
.clear { 
 clear: both; 
} 