body {
	background-color: #bbbdbf;
	font-family: Arial, Helvetica, sans-serif;
}

#MainPanel {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  margin-top: -213.5px;
	  margin-left: -357.5px;
	  width: 715px;
	  height: 427px;
	  background-color: #373C42;
	  border-radius: 16px;
	  box-shadow: -1px 10px 22px -2px rgba(0, 0, 0, 0.86);
}

#InfoWrapper {
	position: absolute;
	display: table;
	width: 100%;
	height: 100px;
	top: 50%;
	margin-top: -50px;

	text-align: center;
	vertical-align: middle;
	background-color: rgba(255,255,255,0.2);
}

#Label {
	display: table-cell;
	padding-right: 10px;
	padding-left: 10px;

	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
}

#InfoLabel {
	position: absolute;
	top: 300px;
	width: 100%;
	height: 80px;
	font-size: 16px;
	text-align: center;
	color: #ffc566;
}

#InfoLabel a {
	color: #ffc566;
	text-decoration: none;
}

#JiveXCopyright {
	position: absolute;
	width: 264px;
	height: 11px;

	left: 50%;
	bottom: 25px;
	margin-left: -132px;

	background-repeat: no-repeat;
}

#JiveXLogo {
	position: absolute;
	width: 102px;
	height: 28px;
	top: 25px;
	right: 25px;

	background-repeat: no-repeat;
}
