body {
	font: 12px Verdana, Arial;
	background: #000 url(/images/grunge-construction.jpg) no-repeat top center;
	color: #ccc;
	text-align: center;
	padding: 100px 0 0 0;
	margin: 0px;
}
a { color: #fff; text-decoration:none; }
a:hover { color: #ccc; }
h1 { font-size: 16px; color: #fff; }
h2 { font-size: 12px; }

#life {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.cell {
	font-size: 1px;
	display: block;
	float: left;
	width: 4px;
	height: 4px;
	margin: 1px;
	border: 1px solid #888;
}

.cb { clear: both; }

#appstore {
	position: absolute;
	bottom: 10px;
	left: 10px;
}
