body {
	text-align: center;
	padding-top: 60px;
	padding-bottom: 40px;
}

.header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	background: #fcfcfc;
	text-align: left;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #ccc;
	z-index: 100;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 30px;
	background: #fcfcfc;
	padding-top: 12px;
	text-align: center;
	font-size: 14px;
	color: #888;
}

