html, body {
	 position: relative;
	overflow: hidden;
	height: 100%;
}

body {
  	background: #2086B6;
  	background-size: 100% auto;
  	background-repeat: no-repeat;
  	height: 100%;
}

.landing{
	background:url("../images/bg.png") ;
  	background-size: 100% auto;
  	background-repeat: no-repeat;
  	height: 100%;
}

