h2 {
	padding-top: 1em;
	font-size: 16px;
}

div.tile {
	background-image: url('images/box_320_370.png');
	width: 300px;
	height: 350px;
	padding: 10px;
	position: relative;
}

img.tile {
	display: block;
}

div.prev_tile {
	background-image: url('images/box_320_80.png');
	width: 300px;
	height: 60px;
	padding: 10px;
	position: relative;
}

div.prev_tile div.flagged {
	display: none;
	text-align: center;
	color: red;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
}

img.prev_tile {
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	margin-right: 10px;
}

a.flag_tile {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#tile0 {
	float: left;
}

#tile1 {
	float: right;
}

#prev_tiles {
	display: none;
}

#prev_tile0 {
	float: left;
}

#prev_tile1 {
	float: right;
}

#instructions {
	clear: both;
	text-align: center;
	font-size: 24px;
	padding-top: 4px;
	margin-bottom: 4px;
}
