body {
	background: rgb(76,75,73);
	color: rgb(231,230,225);
	font: 22px 'AvenirNextCondensed-Medium','Helvetica',sans-serif;
	margin: 0;
}

html, body {
	height: 100%;
	min-height: 440px;
}

#page {
	position: relative;
	width: 300px;
	height: 400px;
	margin: 0 auto;
	top: 50%;
	margin-top: -220px;
	text-align: center;
}

a {
	color: inherit;
	text-decoration: none;

}


@media only screen and (min-device-width : 769px) {
a {
	opacity: 0.9;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;

}
a:hover {
	opacity: 1.0;
}
}

a.mac, a.ios {
	display: inline-block;
	padding-top: 140px;
	width: 150px;
	line-height: 30px;
	text-align: center;
	background-size: 160px 170px;
	background-repeat: no-repeat;
	background-position: center center;
}

a.mac {
	background-image: url(mac.png);
}

a.ios {
	background-image: url(ios.png);
}

hr {
	margin: 30px 0;
	height: 1px;
	border: 0;
	background: rgb(100,99,95);
}


@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
	a.mac {
		background-image: url(mac2x.png);
	}

	a.ios {
		background-image: url(ios2x.png);
	}
}