body {
	background-image: url("blue-black.png");
	background-repeat: repeat-y;
	font-family: helvetica, arial, sans-serif;
	color: white;
}

h1 {
	font-size: large;
}

div.screenshot-thumbnail {
	margin-bottom: 20px;
	height: 260px;
	clear: both;
}

div.screenshot-thumbnail a {
	float: right;
	padding-left: 5%;
	padding-right: 5%;
}

div.screenshot-thumbnail img {
	border-color: yellow;
	border-width: 3px;
}

div.screenshot-thumbnail p {
	padding-left: 5%;
	padding-right: 5%;
}

div.screenshot-thumbnail p:before {
	content: " ";
	width: 65%;
	height: 60px;
	display: block;
	background-image: url("fish.png");
	background-repeat: no-repeat;
	background-position: 60%;
}

div.screenshot-thumbnail p:after {
	content: " ";
	width: 65%;
	height: 60px;
	display: block;
	background-image: url("fish2.png");
	background-repeat: no-repeat;
	background-position: 20%;
}

div.screenshot img {
	border-color: yellow;
	border-width: 3px;
}

ignored {
	background-image: url("fish.png");
	background-position: 10% 40%;
	background-repeat: no-repeat;
}