.nodisplay, .message.nodisplay {
	display: none;
}

#overlay{
		background-color: rgba(50, 50, 50, 0.8);
		position: fixed;
		margin :0;
		padding : 0;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		//display : block;
		overflow : hidden;
		z-index: 9998;
}
	  
.message {
background: #8c0a1b; /* Old browsers */
	background: -moz-linear-gradient(top,  #8c0a1b 0%, #5d0000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8c0a1b), color-stop(100%,#5d0000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8c0a1b 0%,#5d0000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8c0a1b 0%,#5d0000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8c0a1b 0%,#5d0000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8c0a1b 0%,#5d0000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c0a1b', endColorstr='#5d0000',GradientType=0 ); /* IE6-9 */

	border-radius: 10px;
	border: solid 2px white;
	position: fixed;
	margin :20%;
	margin-top: 10%;
	padding : 10px;
	top: 0;
	left: 0;
	width: 60%;
	//height: 60%;
	display : block;
	overflow : hidden;
	z-index: 9999;
	font-family: "Comic sans MS";
	font-size: 1em;
	//box-shadow: 5px 5px 5px grey;	
	color: white;
}





.center {
	text-align: center;
}

.message h1 {
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-family: "Times New Roman";
	//text-shadow: #000 0 0 10px;
	border-style: none;
	background-color: transparent;
	text-shadow: 0 0 10px white;
}

h1 {
	text-transform: uppercase;
	text-align: center;
	color: white;
	font-family: "Times New Roman";
	//text-shadow: #000 0 0 10px;
	border-style: none;
	background-color: transparent;
	text-shadow: 0 0 10px white;
}

.message p {
	color: white;
	//font-family: "Times New Roman";
}

.message a {
color: white;
text-decoration: underline;
cursor: auto;
font-size: medium;
}

.message button {
	margin: auto;
	display: block-inline;
	//width: 100px;
}


