
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: "Helvetica Neue",Helvetica, Arial, "MS Trebuchet", sans-serif;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
#bod h1, #bod h6 {
	display: none;
}
body {
	background: #3c3d43 url('media/bg.gif') repeat-x scroll top left;
	text-align: center;
	min-width: 910px;
	
}
#wrapper {
	width: 850px;
	margin: 90px auto 0 auto;
	text-align: left;
	background: url('media/iphones.png') no-repeat scroll left top;

}
#bod {
	background: url('media/logo.png') no-repeat scroll 466px 0px;
	padding: 65px 0px 0px 466px;
	min-height: 370px;
}
#bod p {
	color: #9f9f9f;
	padding: 0px 0px 20px 0px;
	font-size: 13px;
	line-height: 1.2em;
	text-shadow: #222222 -1px -1px 1px;
}
#bod p b {
	color: #b2b2b2;
}
#bod .footnote {
	color: #494a4d;
	padding: 30px 0px 0px 0px;
	text-shadow: none;
}
#footer {
	border-top: 1px solid #424348;
	padding: 12px 0px 0px 0px;
}
#copyright, #links {
	font-size: 12px;
	float: left;
	width: 418px;
}
#copyright {
	color: #545454;
/*	text-shadow: #555 1px 1px 1px;*/
}
#links {
	white-space:nowrap;
	text-align: right;
}
#links a {
	color: #fff000;
	text-decoration: none;	
	background: url('media/arrow.png') no-repeat scroll right 3px;
	padding-right: 12px;
	margin-left: 10px;
}

#links a:hover {
	color: #fff;
}
#badge  {
	float: right;
	margin-top: 15px;
	margin-right: 10px;
}
#badge a img {
	border: none;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80);	
	opacity: .8;			
}
#badge a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)"; 
	filter: alpha(opacity=99);	
	opacity: .99;			
}
