html { 
  background: url(bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}		



#main-container
			{
				position:absolute;
				left:0px;
				top:0px;
				width:100%;
				height:100%;
				background-image:url('bg2.jpg'); 
			}
			
		#boxes-container
			{
				position:absolute;
				width:600px;
				height:250px;
				top:40%;
				left:50%;
				margin-top:-125px;
				margin-left:-300px;
				text-align:center;
			}
			
			#boxes-container p
				{
					color:white;
					font-family: "HelveticaNeue-Medium", "Helvetica Neue Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
					text-align:center;
					padding-bottom:30px;
					margin:0;
				}
			
			#password
				{
					font-size:98pt;
				}
				
			#welcome
				{
					font-size:38pt;
					-webkit-touch-callout: none;
				    -webkit-user-select: none;
				    -khtml-user-select: none;
				    -moz-user-select: none;
				    -ms-user-select: none;
				    user-select: none;
					cursor: default;
				}
				

@media only screen and (max-device-width: 640px) {
		#main-container
			{
				background-image:url('bg-iphone.jpg');
			}
	}

@media screen and (max-width: 1480px) and (max-height: 720px) {
    #boxes-container {
       zoom:75%;
  }
}