html{
  height: 100%;
}

body {
  height: 100%;
    background-image: url(/bg.jpg);
    background-size: cover;
}


#logo {
	position: absolute;
	left: 0px;
	top: 30px;
	background: #fff;
	border-radius: 0px 5px 5px 0px;
	width: 270px;
}

#comingsoon {
	position: absolute;
	right: 0px;
	bottom: 30px;
	background: #fff;
	border-radius: 5px 0px 0px 5px;
	padding: 0px 30px;
	line-height: 47px;
	font-size: 20px;
}
