@charset "UTF-8";
/* CSS Document */

html { 
  background: url(landingpage.png) no-repeat center center scroll; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 80%;
  min-height: 80%;
}

@media only screen and (max-width: 760px)
 {
  html {
		  background: url(landingpage-mobile.png) no-repeat top center fixed;
		  background-size:100%;
		  }
}

/* Portrait */
/*@media screen 
  and (device-width: 360px) 
  and (-webkit-device-pixel-ratio: 3) 
  and (orientation: portrait) {
	  html {
		  background: url(landingpage-mobile.png) no-repeat center center fixed;
		  }
}*/