* {
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: sans-serif;
	font-weight: bold;
}

body {
	overflow: hidden;
}

table {
	height: 100%;
	width: 100%;
}

span#question {
	font-size: 27px;
}

span#date {
	font-size: 49px;
}

div#bottom {
	position: absolute;
	bottom: 0px;
	color: #999999;
	text-align: center;
	width: 100%;
	font-size: 12px;
	margin-bottom: 5px;
	z-index: 2;
}

div#box {
	top: 100px;
	position: relative;
}
div#qr {
	margin-bottom: 100px; 
}
div#facebook {
	margin-top: 100px; 
}

a.bottom, a.bottom:hover, a.bottom:visited, a.bottom:active {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}
