body {
	color:#A7ABB0;
	font-size:12px;
	font-family: "Lucida Grande", Lucida, "Lucida Grande Unicode", Verdana, sans-serif;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.41);
	background: #222 url('/images/bg.png') top center repeat-y;
}

a {
	color: #efae5a;
	font-weight: bold;
	text-decoration: none;
}

h1 {
	font-weight: bold;
	color: #FFF;
}

img	{ 
	border-style: none;
}

#content {
	background-color: #222;
	width: 800px;
	margin: 15px auto 15px auto;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
	border: 1px solid white;
	padding: 40px 50px 10px 50px;
	clear: left;
	overflow: hidden;
}

#content p {
	line-height: 18px;
	margin-bottom: 15px;
}

#screenshot {
	float: left;
}

#description {
	float: right;
	width: 450px;
	margin-top: 15px;
}

#content p.review {
	background-color: #333;
	padding: 5px 10px;
	margin-top: 3px;
	margin-bottom: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

#app-store-logo img {
	display: block;
	margin: 30px auto;
}

#footer {
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #222;
}
