@charset "UTF-8";
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background: #00A743 url(images/background.png) repeat-x;
}
/* ~~ Element/tag selectors ~~ */
p {
	margin-top: 10;
	padding-right: 10px;
	font-size:18pt;
	color:white;
}
a img {
	border: none;
}
a:link {
	color: #42413C;
	text-decoration: underline;
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}
.container {
	width: 900px;
	background: #transparent;
	margin: 0 auto;
}
#header {
	background: #FFF url(images/header.png) no-repeat;
	height: 400px;
	position: relative;
}
.content {
	width:900px;
	padding:10px;
	min-height:320px;
}

.android_market {
	width: 219px;
	float: right;
	position: relative;
}
/* ~~ The footer ~~ */
.footer {
	height:50px;
	padding: 10px 0;
	width:900px;
}
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
