html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;

	color: #57534a;
	font: normal 16px/18px "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
div.center {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 800px;
	height: 304px;
	margin-top: -152px;
	margin-left: -400px;
	color: #FFF;
	text-align: center;
}

div#topbar {
	position: absolute;
	top: 0; right: 0;
	z-index: 3;
	padding: 8px 8px 8px 8px;
}
div.stripe {
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8) url('stripe.png');
	opacity: 0.6;
}
div.background {
	width: 100%;
	height: 100%;
	background: url('simcity.jpg') white no-repeat center center;
	background-size: cover;
	border-bottom: 8px solid #999;
}
div#status {
	font-size: 24px;
}
div.final {
	font-size: 80px !important;
        color: #ff0;
        padding: 30px 0;
}
h1 {
	font-size: 58px;
}
div.share {
	padding: 4px;
}
.twitter-share-button { vertical-align:top }
