#iala {
	float: left; /* since this element is floated, a width must be given  */
	width: 140px;
	height: 240px;
	background-image: url(images/iala.gif);
	background-repeat: no-repeat;
	clear: left;
	padding: 0px;
	margin-left: 3em;
}
