﻿body {
}


#PostItArea
{
}

.PostItNote
{
	background-image:url("/Images/post-it.png");	
	background-repeat: no-repeat;
	height:170px;
	width:180px;
	padding: 30px 10px 10px 10px;
	z-index: 0;
	position:absolute;
}

.PostItNote:hover
{

	cursor: pointer;

}