body {
	background: url('/static/img/bg.png') repeat;
	background-size: 50px 50px;
	padding-top: 50px;
	color: #444;
}

.main {
	min-height: 100%;
	position: relative;
}

.header {
	overflow: hidden;
	width: 100%;
	height: 250px;
	background: #EEE;
	margin: 0;
	background: url('/static/img/header-bg.png') repeat;
	background-size: 200px 200px;
}

.logo {
	margin: 50px auto 0 auto;
	width: 600px;
	height: 250px;
	font-size: 72px;
	text-align: center;
	color: #444;
}

.logo-footer {
	font-size: 24px;
	color: #999;
}

.logo-info {
	font-size: 12px;
}

.main-content {
	width: 100%;
	height: 100%;
	padding: 0 20px 0 20px;
	margin-left: auto;
	margin-right: auto;
}

.block {
	margin-top: 10px;
}

.heading {
	background: #F1F1F1;
	margin-top: 20px;
	font-size: 32px;
	padding: 0 5px 0 10px;
}

.code {
	font-family: 'Source Code Pro', '';
	font-size: 12px;
	color: #FFF;
	width: auto;
	height: auto;
	background: #F76C3B;
	border-radius: 3px;
	padding: 2px;
	display: inline-block;
}

.content {
	margin-top: 10px;
	color: #444;
	font-size: 16px;
}

#footer {
	margin-top: 20px;
	background: #F5F5F5;
	padding: 40px 0 20px;
}

.footer-text {
	color: #444444;
	font-size: 13px;
}

.wrap {
	text-align: center;
}

.page-button:hover {
	cursor: pointer;
}

.bar {
	background: #F00;
}

.percent {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #dc4b18;
}

.error {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #444;
	margin-top: 20px;
}

#upload-button {
	position: relative;
	width: 500px;
	height: auto;
	padding: 20px;
	background: #EEE;
	cursor: pointer;
	text-align: center;
	font-size: 32px;
	margin: 20px auto 0 auto;
}