#postits {
	font-family:"Comic Sans MS", Times, cursive;
	font-size:12px;
	background: url("postit.png") top center no-repeat;
	width:160px;
	height:160px;
	margin:0 auto;
	padding: 0px;
	line-height: 0.9em;
}
#postits .postit {
	width:120px;
	height:155px;
	list-style:none;
	margin:0 auto;
	padding:18px 22px;
}
#postits .postit a {
	background: none;
}
.sidebars #postit {
list-style-type: none;
list-style-image: none;
}
#postits .postit li {
list-style-type: none;
}
