* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande', 'Arial', sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	padding: 48px 0 48px 0;
}

html {
	background-image: url('/bg.jpg');
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

h1, h2, h3, p, table, ul, ol {
	margin-bottom: 6px;
}

h1 {
	font-size: 48px;
	line-height: 24px;
	margin-bottom: 35px;
	padding-bottom: 36px;
	border-bottom: 1px solid #cccccc;
}

h1 div.subtitle {
	font-size: 24px;
	margin-top: 6px;
	font-weight: normal;
	font-style: italic;
}

h2 {
	font-size: 22px;
	margin-top: 24px;
	margin-bottom: 6px;
	color: black;
	font-weight: normal;
}

h3 {
	font-size: 16px;
}

div.body {
	margin: 0 auto 0 auto;
	width: 912px;
	padding: 48px;
	background-color: white;
	box-shadow: 0 0 50px black;
}

a, a:visited {
	color: #145FC0;
}

a:hover {
	text-decoration: none;
	color: #234888;
}

ul, ol {
	margin-left: 20px;
}

div.app {
	width: 133px;
	float: right;
	display: none;
}

div.screenshots {
	margin-bottom: 24px;
}

div.screenshots img {
	vertical-align: middle;
}

div.screenshots img:first-child {
	margin-right: 22px;
}

div.screenshots img.bordered {
	border: 1px solid gray;
}

footer {
	margin-top: 24px;
	color: gray;
	font-size: 12px;
}

footer a, footer a:visited {
	color: gray;
}

footer h3 {
	font-size: 12px;
	margin-bottom: 0;
}

div.inset {
	padding: 10px;
	color: #444455;
	background-color: #E4EDF3;
}

@media only screen and (max-width : 1080px) {
	html {
		height: auto;
		background-image: none;
	}

	body {
		padding: 48px;
	}

	div.body {
		padding: 0;
		box-shadow: none;
	}
}

@media only screen and (max-width : 1008px) {
	body {
		padding: 24px;
	}
	
	div.body {
		width: 100%;
	}
	
	div.screenshots {
		margin-bottom: 0;
	}
	
	div.screenshots img {
		margin-bottom: 24px;
	}
}

@media only screen and (max-width: 480px) {
	div.screenshots img {
		width: 100%;
		height: 100%;
	}
}