html {
	height: 100%;
}

body {
	font-family: 'Cantarell', Helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	background-color: #000000;
	color: white;
	height: 100%;
}

img {
	border: none;
	max-width: 100%;
}


/* new styles */
.page {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../graphics/v2/tablet_left.png), url(../graphics/v2/tablet_right.png), url(../graphics/v2/coins.png), url(../graphics/v2/city.png);
	background-position: 0px 173px, right 263px, bottom center, top center;
	background-size: 50% auto, 50% auto, 80% auto, auto 100%;
	background-repeat: no-repeat;
	z-index: 0;
}

.tablet .page {
	background-position: left 173px, right 263px, bottom center, top center;
	background-size: auto auto, auto auto, auto auto, 100% auto;
}

.content {
	text-align: center;
	position: relative;
	z-index: 10;
}

.logo {
	margin: 15px auto;
}

.logo img {
	max-width: 225px;
}

.tablet .logo {
	padding: 29px 0;
}

.buttons {
	list-style: none;
	max-width: 240px;
	margin: 0 auto;
	padding: 0;
}

.buttons li {
	margin: 0 0 10px 0;
}

.buttons li a {
	display: inline-block;
	border-radius: 10px;
	border: 1px solid #fff;
	padding: 10px;
	background-color: #000;
	-webkit-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.8);
}

/* all landscape */
@media only screen
and (orientation: landscape) {
	.page {
		background-position: 0px 173px, right 100px, bottom center, top center;
		background-size: 30% auto, 30% auto, 80% auto, 100% auto;
	}

	.tabled .page {
		background-position: left 173px, right 263px, bottom center, top center;
		background-size: auto auto, auto auto, auto auto, auto 100%;
	}
}

/* ipad landscape */
@media only screen
and (min-device-width: 768px)
and (orientation: landscape) {
	.logo img {
		max-width: 450px;
	}
}

/* ipad portrait */
@media only screen
and (min-device-width: 768px)
and (orientation: portrait) {
	.page {
		background-image: url(../graphics/v2/phone_left.png), url(../graphics/v2/phone_right.png), url(../graphics/v2/coins.png), url(../graphics/v2/city.png);
	}

	.logo {
		padding-top: 59px;
	}

	.logo img {
		max-width: 350px;
	}

	.buttons {
		max-width: 340px;
	}

	.tablet .page {
		background-position: -40px 295px, 105% 505px, bottom center, top center;
		background-size: auto auto, auto auto, auto auto, auto 100%;
	}
}
