.homework{
	width: 592px;
	height: 183px;
	position: relative;
	top: 136px;
	left: 71px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 1.88em;
	padding: 17px 0px 10px 35px;
	color: #4d4d4d;
	background: #cc99cc; 
}

.homework:before{
	content: '';
	width: 0px;
	height: 0px;
	border-left: solid 20px #999999;
	border-top: solid 16px transparent;
	border-bottom: solid 16px transparent;
	position: absolute;
	left: 589px;
}

img{
	position: relative;
	top: -168px;
	left: 689px;
}