body{
	padding: 0px;
	margin: 0px;
}
.full-screen {
	display: block;
	height:100%;
	width: 100%;
	position: absolute;
}
.img-bg{
	display: block;
	height:100%;
	width: 100%;
	position: absolute;
}
/*@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) {
  .img-bg{
		background:url(../images/ipad-portrait.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		}
  }
  @media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) {
  .img-bg{
		background:url(../images/ipad-landscape.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
  }*/

@media only screen and (max-device-width: 768px) and (orientation: portrait) {
.img-bg{
	background:url(../images/ipad-portrait.jpg) no-repeat center center fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
}
@media only screen and (max-device-width: 768px) and (orientation: landscape) {
.img-bg{
	background:url(../images/ipad-landscape.jpg) no-repeat center center fixed;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	}
	body{
		background: #D0D0D3;
	}
}

@media only screen and (min-device-width: 769px) {
.img-bg{
	background: url(../images/desktop-version.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
}

  
  
/*@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
  .img-bg{
		background:url(../images/320x480-Smart-phone-02.jpg) no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: contain;
		}
  }*/
