body {
	font-family: 'Lucida Grande', 'Trebuchet MS';
	font-size: 100%;
	line-height: 1.7em;
	text-align: center;
	background: url(imgs/grad.gif) top left repeat-x;
}
#wrap {
	margin: 2em auto;
	width: 750px;
}
#screenshot {
	text-align: center;
	position: relative;
}
.left {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
}
.right {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
}
h3 {
	font-size: 2.1em;
	letter-spacing: -1px;
	font-weight: normal;
	color: #000;
	margin-bottom: 0;
}
p {
	font-size: 1.2em;
	width: 440px;
	height: 2em;
	margin: 0 auto;
	color: #888;
	margin-top: 0.7em;
	margin-bottom: 2em;
}
a {
	color: #999;
	font-size: 0.8em;
	text-decoration: none;
}
