html {
	height: 100%;
	width: 100%;
}

body {
	background: url('../images/bg.jpg') no-repeat top center;
	background-size: cover;
}

.commingsoon {
	position: absolute;
	bottom: 50px;
	right: 50px;
}

@media screen and (max-width: 480px) {
	.commingsoon {
		bottom: 20px;
		right: 20px;
	}
}