#box {
	text-align: left;
	height: 300px;
	width: 100%;
   	overflow: auto;
	padding: 8px;
}

#me {
	display: inline-block;
	background: left center no-repeat url('../img/bullet_star.png'); 
	text-align: right;
}

#me span{
	margin: 0 0 0 15px;
}


