/* BASE HTML
*************************************************************/
body {
	color: #eeeeee;
	background: #000000 url(../images/bgd_mobile.jpg) 0 0 repeat-x;
	font-family: 'Helvetica', Arial;
	font-size: 12px;
	line-height: 18px;
}

#header {
	float: left;
	height: 30px;
	width: 100%;
	text-indent: -3000px;
	padding: 0;
	margin: 0;
	background: url(../images/icn_nfb.gif) 10px 5px no-repeat;
}

#content {
	float: left;
	width: 300px;
	margin: 18px 10px;
	padding: 0;
}

hr {
	clear: both;
	border: 0;
	width: 100%;
	color: #fff;
	background-color: #ffffff;
	height: 1px;
	margin: 0 0 19px 0;
}

h1{
	font-size: 35px;
	line-height: 37px;
	font-family: Georgia;
	color: #ffffff;
	margin: 0 0 19px 0;
	padding: 0;
}
h2,
p {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 19px 0;
	padding: 0;
	font-family: Georgia;
	color: #FFFFFF;
}
a {
	color: #ffcc66;
	text-decoration: none;
}
h2{
	margin: 0 0 7px 0;
}
h3{
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 19px 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial;
	color: #888888;
}
h3 em {
       font-size: 11px;
}
a.download_app {
	float: left;
	width: 156px;
	height: 36px;
	text-indent: -3000px;
	overflow: hidden;
	margin: 10px 0 20px 72px;
	padding: 0;
	background: url(../images/btn_download.gif) 0 0 no-repeat;
}	