body  {
	background: #fff;
	margin: 0;
	padding: 0;
	text-align: center;
}

#background {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("images/pg-bg.jpg");
    background-repeat: repeat;
    width: 100vw;
    height: 100vh;
}

#contentWrapper {
	text-align:center;
	width: 100%;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
}
	
.info {
	display:block;
	text-align:center;
	font-weight: 500;
	font-size: 2em;
	color:#fff;
	margin: 25px;
}

#logoholder {
	width:800px;
	width:auto !important;
	max-width: 800px;
	margin: 50px auto 50px auto;	
}

#reverlink{
	display:block;
	width:100% !important;
	padding-top: 44% !important;
	background-image: url("images/logo.png");
	background-size: cover;
}



