@charset "utf-8";
/* CSS Document */
#TablePlanner{
	width:500px;
	margin-top:70px;
	margin-left:20px;
}

.FriendRow{
	width:500px;
}

.FriendPlace{
	background-image:url(../images/tableList.png);
	background-repeat:no-repeat;
	width:109px;
	height:162px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:20px;
}
