#wrapper2 {
	width: 50%;
	border: 1px dotted #3B5998;
	padding-left: 10px;
	position: relative;
	min-width:640px;
}
#wrapper2 img {
	border: 1px solid #93C162;
}

#a, #b, #c {
	width:16px;
	height:16px;
	position:absolute;
	right:10px;
	background-image: url(c_sprite.png);
}

#a {
	bottom: 10px;
	background-position: 62px -118px;
}

#b {
	bottom: 30px;
	background-position: 45px -118px;
}

#c {
	bottom: 50px;
	background-position: 185px -150px;
}

