﻿body {
	background: #212B76;
	height: 100%;
	position: fixed;
	overflow: hidden;
	width: 100%;
}

#comingsoon {
	background: url("iflightlogLogo.png") no-repeat;
	border: 0px;
	height: 154px;
	left: calc(50% - 160px);
	position: absolute;
	top: calc(50% - 77px);
	width: 320px;
}