
html, body {
	margin: 8px;
	padding: 0px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #fffeff;
}

#app_name {
	font-weight: bold;
	letter-spacing: -.04em;
	font-size: 1.9em;
	color: #b20000;
}

#app_icon {
	border: 0px solid #000000;
	
}

#right {
	position: relative;
	margin-left: 190px;
}

#left {
	position: absolute;
}

#features {
	font-size: .9em;
}

#screenshots {
	white-space: nowrap;
	margin: 0;
	padding: 0;
	position: relative;
	left: -11px;
}

.description {
	font-weight: bold;
}

#container {
	margin: auto;
	width: 940px;
	padding: 38px 35px 35px;
	background-color: #e5e5e5;
		-moz-border-radius: 10px;
	-webkit-border-radius: 10px; 

}

img.screenshot {
	margin-right: -10px;
	margin-left: -10px;
	overflow: hidden;
	margin-bottom: -25px;
}

#app_store {
	left: -2px;
	position: relative;
	margin-top: 10px;
	margin-left: 0;
	border-width: 0;
}

a
 {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.copyright {
	font-size: .8em;
	color: #808080;
}

ul {
	font-size: .9em;
}

li {
	margin-bottom: 4px;
}

