.recipe {
	background-color: #d1d9e8;
	padding: 15px;
	margin-bottom:10px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-image: url("../images/smoothie.jpg");
	background-repeat: no-repeat;
	background-position: 90% 20px;
}
