
article {
	background-color: #EEE;
	background-image: url("images/grid100x100d10.gif");
	background-repeat: repeat;
	}

h1 {
	all: initial;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-5deg);
	display: block;
	font-family: verdana,helvetica,arial;
	font-size: 4em;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #FFF;
	text-shadow: 0.1em 0.1em 0.05em #000,0px 0px 0.15em #000;
	z-index: 10;
	}
.phold {
	position: relative;
	float: left;
	width: 250px;
	height: 320px;
}
.postit, .pfig {
	display: inline-block;
	position: absolute;
	top: 15px;
	left: 15px;
	box-shadow: 3px 3px 12px #666;
	z-index: 1;
	}
.postit {
	width: 200px;
	height: 200px;
	padding: 15px;
	background-color: #FFA;
	}
.pfig {
	padding: 5px;
	background-color: #FFF;
	text-decoration: none;
	}
.postit p {
	font-size: 1em;
	margin-bottom: 0.5em;
	}
.postit h2, .pfig h2 {
	margin: 0px 0px 8px 0px;
	font-size: 1.2em;
	font-weight: bold;
	color: #008;
	}
.postit a {
	font-weight: bold;
	}

.pfig img {
	width: 200px;
	height: 200px;
	}

.postit:hover, .pfig:hover {
	z-index: 25;
	}

#moving-cat {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 3;
	}
