body {
	padding: 0;
	margin: 0;
}

img { border: 0; }

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

h1 {
	position: absolute;
	font-size: 40px;
	bottom: -11px;
	margin: 0;
	right: 1em;
}

#copyright {
	text-align: center;
	color: #aaa;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#top {
	height: 50%;
	background: url(img/top_gradient.png) #000 repeat-x bottom;
	color: #eee;
	border-bottom: 1px solid #000;
	position: relative;
}

#top p {
	text-align: center;
	color: #555;
}

#bottom {
	height: 50%;
	background: url(img/bottom_gradient.png) #fff repeat-x top;
	border-top: 1px solid #fff;
	position: relative;
}

#bottom p {
	text-align: center;
	width: 450px;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0;
	font-size: 1em;
}

#screenshot {
	position: absolute;
	width: 420px;
	height: 724px;
	top: 7%;
	left: 2em;
}
