body {
	background-color: #000;
	color: #fff;
	font-family: Helvetica, arial, sans-serif;
	line-height: 1.5em;
	margin-top: 50px;
}

#mainContainer {
	width: 720px;
	margin: 0 auto;
	overflow: hidden;
}

#screenshot {
	float: left;
	width: 415px;
}

#content {
	float: left;
	width: 255px;
	margin-left: 50px;
	padding-top: 25px;
}

.copyright {
	font-size: 0.75em;
	color: #555;
	line-height: 1.5em;
}

h1 {
	font-size: 3em;
	line-height: 1em;
}

p {
	margin-bottom: 2.5em;
}

h1, p {
	padding-left: 1px;
}

a.store {
	color: #fff;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	border: none !important;
}
