div.content
{
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div.info
{
	float: left;
	width: 200px;
}

div.description
{
	float: right;
	margin-left: 10px;
	width: 590px;
}

div.screenshot
{
	margin-top: 25px;
	margin-bottom: 50px;
	float: left;
	width: 33%;
}

div.footer
{
	clear: both;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 4px;
	padding-right: 4px;
	width: 400px;
	height: 22px;
	color: #ffffff;
	background-color: #e7e7e7;
}

div.footershadow
{
	z-index: -1;
	position: absolute;
	margin-left: 6px;
	margin-top: 10px;
	width: 408px;
	height: 22px;
	background-color: #f7f7f7;
}

h1, h2, h3, h4
{
	color: #6b873b;
}

p
{
	color: #585858;
}

a img
{
	border-style: none;
}

a:link
{
	color: #bbbbbb;
	text-decoration: none;
}

a:visited
{
	color: #bbbbbb;
	text-decoration: none;
}

a:hover
{
	color: #bbbbbb;
	text-decoration: underline;
}

.leftside
{
	float: left;
}

.rightside
{
	float: right;
}

.daystill
{
	color: #333333;
}

.appstore
{
	margin-top: 50px;
}


