#header {
	position: relative;
	width: 900px;
	height: 201px;
	margin: 10px auto 10px auto;
}
	
#container {
   width: 100%;
   margin: 0;
 }
	
#content {
	width: 900px;
	margin: 0 auto;
	border: 0;
}

#asteroid {
	position: absolute;
	top: 0;
	right: 40px;
}

#logo {
	position: absolute;
	top: 39px;
	left: 44px;
}

#main_qr {
	position: absolute;
	top: 37px;
	left: 406px;
	width: 96px;
}

#tabs_list {
	border-bottom: 1px solid #aaaaaa;
}

#donate_div {
   text-align: center;
   width: 100%;
   margin: 10px auto;
}

#header_bar {
	background-color: #52DC1E;
	width: 100%;
	height: 40px;
	margin: 25px 0;
}

.app_title img {
	float: left;
	padding-right: 8px;
}

.gear_item img {
	float: left;
}

.gear_item a img {
	border: none;
}

.app_title {
	position: relative;
	width: 520px;
	height: 72px;
	padding-bottom: 5px;
}

.qr_code {
	max-width: 72px;
	position: absolute;
	top: 0;
	right: 0;
}

.app_div {
	position: relative;
}

.app_summary {
	width: 520px;
}

.title_text {
	position: absolute;
	top: 0;
	left: 76px;
}

.version {
	color: #888888;
	padding-left: 5px;
}

.screenshot {
	position: absolute;
	top: 0;
	right: 0;
}

h2 {
	margin-bottom: 0;
	margin-top: 0;
}

body {
   margin: 0;
   padding: 0;
   position: relative;
   width: 100%;
}	
			

