/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

	
	body, html { 
	        margin: 0px;
	        padding: 0px;
	    }

	body {
		background: #131313;
		
	}
	
	#pause {
		min-height:1000px;
		background: url(../img/pause.png) no-repeat fixed center center;
	}
	
/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}