.circle 
{
	width:50px;
	height:50px;
	border-radius:25px;
	-moz-border-radius : 25px;
	-webkit-border-radius : 25px;
	-ms-border-radius :25px;
	-khtml-border-radius : 25px;
	-o-border-radius :25px;
	font:normal 13px/25px "Nanum Gothic";
	color:#fff;
	text-align:center;
}