#postits {
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	background: url("postit.png") top center no-repeat;
	width:200px;
	height:200px;
	margin:0 auto;
	padding: 20px;
	line-height: 0.9em;
}
#postit .postit {
	width:180px;
	height:155px;
	list-style:none;
	margin:0px auto;
	padding:18px 22px;
}
