body {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
img {
	border: 0;
}
#container {
	width:  900px;
	margin: 0 auto;
	padding-top: 20px;
}
.clear {
	clear: both;
}

.screenshots, .description {
    float: left;
}

.screenshots {
    width: 360px;
    text-align: right;
}
.screenshots .screenshot {
	background-color: #666;
	padding: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.description {
    width: 500px; 
    padding-left: 20px;
    line-height: 1.4em;
}

#chess .description h1 {
    background: url('/static/images/splash/chess.png') no-repeat left top;
    margin: 0px;
    padding: 0px;
    padding-left: 90px;
    height: 75px;
    font-size: 40px;
    line-height: 1.5;
}
#chess .description h2 {
	padding-left: 92px;
	position: relative;
	margin-top: -1.2em;
	font-weight: normal;
	font-size: 1.2em;
	color: #666;
}

.appstore {
	display: block;
    border: 0px;
    text-align: center;}

#footer {
	color: #666;
	font-size: 0.8em;
	padding-left: 380px;}


