body {
    padding: 0;
    margin: 0;
}

#main {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

#maintenance {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
    padding: 20px;
}
#maintenance h1 {
	margin: 0 auto;
	width: 300px;
	height: 300px;
	position: relative;
	overflow: hidden;
	color: white;
	font-weight: bold;
}
#maintenance h1 span {
	background: url("bk-title.png") no-repeat;
	position: absolute;
	width: 100%;
	height: 100%;
	font-weight: bold;
}
#maintenance h2 {
	margin: 40px auto 0 auto;
	padding: 0px 50px 20px 50px;
	font-size: 1.8em;
	text-align: center;
	width: 350px;
	font-weight: bold;
	line-height: normal;
}
#maintenance .start {
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
	margin-bottom: 8px;
	font-weight: bold; 	
}
#maintenance .end {
	display: block;
	font-weight: bold;
}
#maintenance .end em {
	text-transform: uppercase;
	color: red;
	display: block;
	font-size: 1.2em;
	margin-top: 8px;
	font-style: normal;
	font-weight: bold;
}
#maintenance h3 {
	text-align: center;
	margin: 0;
	font-size: 1.6em;
	font-weight: bold;
}

#maintenance a, #maintenance a:hover, #maintenance a:focus {
	color: #1982d1;	
}
