body {
	height: 100%;
	width: 100%;
	background: url(pics/japanblues-bg.jpg) repeat;
}

.site-main {
	height: 100%;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display:-webkit-flex;
	display: flex;

  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	justify-content: center;
	-ms-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align:center; 
	align-items: center;

	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	-webkit-box-orient: vertical;
	flex-direction: column;
}

.website-offline-text {
	width: 100%;
	max-width: 740px;
	margin: 0 auto 5%;
}

p {
	font-family: Arial, sans-serif;
	font-size: 24px;
	color: #FFF;
	text-align: center;
	margin: 12px 0 0;
	padding: 0 24px;
}

a,
a:hover,
a:visited {
	color: #FFF;
}