
/* @group home */

div.home
{
}
div.home div.postIt
{	float: left;
	
	margin-top: 10px;
	margin-left: 20px;
	padding: 20px 10px;
	
	text-align: center;
	
	width: 170px;
	height: 130px;
	cursor: pointer;
}
div.home div.postIt img
{	
}
div.home div.yellow
{	background: yellow;
	float: left;
	width: 260px;
	height: 260px;
	cursor: pointer;
}
div.home div.yellow img
{	height: auto;
}
div.home h2
{	margin-bottom: 10px;
}

/* @end */

