#postits {
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	background: url("postit.png") top center no-repeat;
	width:195px;
	height:225px;
	margin:0 auto;
	padding: 0px;
	line-height: 0.9em;
}
#postits .postit {
	width:160px;
	height:190px;
	list-style:none;
	margin:0 auto;
	padding:28px 22px;
}
#postits .postit a {
	background: none;
}
