
.iPhone body, .iPad body  {
	background: rgb(50, 8, 10);
	width: 100%;
}

.iPhone .top, .iPad .top  {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -20;
	width: 100%;
	height:100%;
	background: rgb(50, 8, 10) fixed url('images/bg_iPad.jpg') no-repeat center top;
	background-size:100% auto;
}

.container {
	width: 100%;
	
}