/*-----------------------------
RESET STYLES
-----------------------------*/

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6
{
	margin:0;
	padding:0;
}
body
{
	font-size: 36px /* 1em = 10px */
}
ul, li, ol, dl, dd, dt
{
	list-style:none;
	padding:0;
	margin:0;
}
a
{
	text-decoration:none;
}

#button, select
{
	font-size:85%;
}
 
/*-----------------------------
	SITE SPECIFIC STYLES
-----------------------------*/

body
{
	background:#000000;
	font-family: Helvetica; /* Helvetica is on the iPhone already, so you may as well take advantage */
	color:#999;
}
p
{
	font-size:18px;
	padding-bottom:8px;
}
a
{
	color:#fff000;
	text-decoration:none;
}

/*-----------------------------
	HEADINGS
-----------------------------*/

h1
{
	display:block;
	width:112px;
	height:41px;
	text-indent:-5000px;
}

/*-----------------------------
	BASIC LAYOUT
-----------------------------*/

#page_wrapper
{
	background:#000;
	overflow:auto;
}