body {
	background-color: #95A3A7;
	color: #fff;
	font: 15pt Helvetica, sans-serif;
	color: #333;
	margin: 0;
	padding: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


.top {
	position: fixed;
	margin-left: 20px;
	top: 0;
}

.message-content {
	position: absolute;
	left: 50px;
	top: 38px;
	width: 440px;
	padding: 40px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.8);
}

h1 { 
	font-size: 32pt; 
}

a { 
	color: rgb(45, 63, 81);
	text-decoration: none;
	font-weight: bold;
}
	a:hover {
		color: #333;
	}

.wrapper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	min-width:600px;
}

.wrapper-content {
	width: 384px;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

.service-state {
	position: absolute;
	display: block;
	top: 400px;
	width: 384px;
	height: 305px;
	cursor: default;
	z-index: 10;
}
	.service-state div {
		width: 384px;
		height: 305px;
		position: absolute;
		top: 40px;
		left: 100px;
		font-size: 200px;
		text-align: left;
	}


.bottom {
	position: fixed;
	bottom: 0;
	margin-right: auto;
	margin-left: -453px;
	z-index: -1;
	height: 202px;
}


.logo {
	position: fixed;
	bottom:38px;
	right: 50px;
	z-index: 20;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0 20px;
}

.icon-attribution {
	position: fixed;
	right: 0;
	bottom: 0;
	color: #fff;
	font-size: 8pt;
	margin: 0;
	z-index: 1000;
}
	.icon-attribution > a {
		color: inherit;
	}