body {
    background-color: black;
	margin-top:0px;
}
#container{
	display: block;
	position: relative;
    position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family: 'Raleway', sans-serif;
	display:none;
}
#splash-sign{
	position: relative;
	margin: 0;
	width:300px;
	z-index:1;
	
	
}
#information{
	color: #fff;
	font-size: 22px;
	
}