html, body{
	width:100%;
	height:100%;
	padding:0;
	margin:0;
}

body{
	background-image: url("comming-soon-sophie-von-lilienthal.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-color:#FFF;
	background-position:top center;
}

