body {
	background-color: #E0E0E0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#splash {
	color: #FFFFFF;
	font-weight: normal;
}

#splash img {
	padding-top: 16px;
	padding-left: 32px;
}

#comingsoon {
	font-size: 7em;
	margin-left: auto;
    margin-right: auto;
    width: 8em;
}

#footer {
	color: #747CAB;
	font-size: 16px;
	font-weight: normal;
	position: fixed;	
	top: 50%;
	left: 50%;
	margin-top: 325px;
	margin-left: -66.5px;
}

/*
iframe {
	position: absolute;
    margin: auto
    top: 50%;
    left: 50%;
    transform: translate(-50%, -17.5%);
}
*/

iframe {
	position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -270px; /* HALF object height MINUS (tweak for preference) 42 */
	margin-left: -480px; /* HALF object width */
}