body
{
	background-color: white;
}

img.tl
{
	position: absolute;
	bottom: 50%;
	right: 50%;
	height: 25%;
	max-height: 350px;
	border: 1px solid black;
	border-right: none;
	border-bottom: none;
}

img.tr
{
	position: absolute;
	bottom: 50%;
	left: 50%;
	height: 25%;
	max-height: 350px;
	border: 1px solid black;
	border-bottom: none;
}

img.br
{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 25%;
	max-height: 350px;
	border: 1px solid black;
}

img.bl
{
	position: absolute;
	top: 50%;
	right: 50%;
	height: 25%;
	max-height: 350px;
	border: 1px solid black;
	border-right: none;
}

div.title
{
	position: absolute;
	width: 99%;
	top: 80%;
	text-align: center;
	font-family: "Courier New", "Courier", Monospace;
	font-size: 175%;
	
}