@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800');

* { outline: none; }

html, body{
	height:100%;
}

body {
	padding: 0;
	margin: 0;
	background: #2d3136 url('images/stream-image.jpg') no-repeat center center;
	background-size:cover;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 22px;
}

#serverinfo{
	position:absolute;
	width:300px;
	bottom:20px;
	left:20px;
	color:#fff;
}

#message{
	position:absolute;
	width:300px;
	top:50%;
	margin-top:-170px;
	left:50%;
	margin-left:-150px;
	text-align:center;
	color:#fff;
}

.message-top{
	background-color:#b1d235;
	height:10px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	margin-top:15px;
}

.message-bottom{
	background-color:#b1d235;
	height:10px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.message-content{
	background-color:#2d3136;
	font-size:18px;
	padding:15px 0;
}

	.message-highlight a{
		color:#fff;
		text-decoration:none;
		font-weight:bold;
	}

		.message-highlight a:hover{
			text-decoration:underline;
		}

	.message-content-top{
		border-bottom:1px solid #282c30;
	}

	.message-content-bottom{
		border-top:1px solid #4c5156;
	}

.message-highlight{
	background-color:#383d43;
	font-size:13px;
	border-top:1px solid #4c5156;
	border-bottom:1px solid #32373c;
	padding:15px 10px;
}

.contact-btn{
	display:inline-block;
	padding:8px 20px;
	background-color:#b1d235;
	color:#2d3136;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

	.contact-btn:hover{
		background-color:#c1e245;
	}
