@import "/supernutrient.css";

div#pets-content {
	width: 100%;
	margin: 0;
	padding: 0;
	background-image: url(images/pets_background.png);
}

div#emma, div#starchie {
	width: 600px;
	margin: 0 auto;
	background-image: url(images/emma_background.gif);
	background-repeat: no-repeat;
	padding: 3em;
}

div#starchie {
	background-image: url(images/starchie_background.gif);
}