textarea{
	width: 100%;
	height: 400px;
}

button, textarea{
	direction: rtl;
}

.stage{
	height: 600px;
	background-color: aqua;
	position: relative;
}
.noam{
	background-image: url(img/noam.bmp);
	width: 66px;
	height: 49px;
	position: absolute;
	top: 0;
	left: 0;
}


.noam.hasStar::after {
	content: '☆'; /*star*/
	font-size: 50px;
	position: absolute;
	bottom: -35px;
	right: -15px;
}

.tree{
	width: 100px;
	height: 100px;
	position: absolute;
	right: 100px;
	bottom: 200px;
	background-image: url(img/tree.gif);
	background-size: cover;
	
}