#loadpage{
	display: block;
	background-color:#272822; 
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 5000;
	top:0;
	left:0;
	text-align: center;
	color:#C78E32;
	font-weight: bolder;
	font-size: 2em;
}

#loadpage p{
	display: block;
	width: 200px;
	height: 50px;
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}