body
{
	margin: 0;
	background-color: black;
	overflow: hidden;
}

.selection
{
	position: absolute;
	background-image: url(walking_ants_bw.gif);
}

.post
{
	position: absolute;
	left: 0;
}

.nextPost { top: 0; }
.previousPost { bottom: 0; }
.postTop { z-index: 9999; }