body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background: #000000;
}

html {
	height: 100%;
}

#allContainer {
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height:100%;
	background: #ccc;
	background: #636363;
}

#mainContent{
	position: relative;
	top:0px;
	background: #636363;
	height: 1000px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 20px;
}

#iphone {
	position: relative;
	left:40px;
	top: 23px;
	width:191px;
	height: 404px;
	z-index: 1;
}

#navigation {
	position: relative;
	margin:0px;
	padding: 0px;
	left: 235px;
	/left: 193px;
	top: 8px;
}

#navigation ul{
	display: inline;
	list-style: none;
	white-space: nowrap;
	padding: 0px;
}

#navigation li{
	display: inline;
	margin: 0px;
	color: #8f8f8f;
	font-family: Arial, "Helvetica Neue", Calibri, sans-serif;
	font-weight:300;
	font-size:22px;
	letter-spacing: 1px;
}

#navigation li img{
	border: none;
}

#navigation li img a{ 
	border: none;
}

#news a {
	background: url(images/news_off.jpg) no-repeat;
	background-position: center top;
	text-decoration: none;
}
#news a:hover { 
	background: url(images/news_on.jpg) no-repeat;
	background-position: center top;
}

#faq a {
	background: url(images/faq_off.jpg) no-repeat;
	background-position: center top;
	text-decoration: none;
}
#faq a:hover { 
	background: url(images/faq_on.jpg) no-repeat;
	background-position: center top;
}

#forums a {
	margin-left: 15px;
	background: url(images/forums_off.jpg) no-repeat;
	background-position: center top;
	text-decoration: none;
}
#forums a:hover { 
	background: url(images/forums_on.jpg) no-repeat;
	background-position: center top;
}

#about a {
	background: url(images/about_off.jpg) no-repeat;
	background-position: center top;
	text-decoration: none;
}
#about a:hover { 
	background: url(images/about_on.jpg) no-repeat;
	background-position: center top;
}

a:link{
	color: #ffffff;
	text-decoration: none;
}
a:visited{
	color: #ffffff;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
	text-decoration: none;
}
a:active{
	color: #ffffff;
	text-decoration: none;
}

#aboutHeadline {
	position: absolute;
	font-family: Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	top: 170px;
	left: 255px;
	width: 490px;
}

#aboutText{
	position: absolute;
	font-family: Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	top: 240px;
	left: 255px;
	width: 225px;
}

#newsText{
	padding-right: 20px;
	position: absolute;
	font-family: Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	top: 220px;
	left: 225px;
	width: 400px;
	height: 300px;
	overflow: auto;
}

#newsText li {
	padding-bottom: 20px;
}
		
#bulletsText{
	position: absolute;
	font-family: Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10px;
	color: #ededed;
	top: 240px;
	left: 512px;
	width: 200px;
}
		

#footer {
	position:fixed;
	bottom: 0px;
	height: 23px;
	width: 750px;
	background: #d9d9d9;
	z-index: 1;
}

#footer_text {
	margin-left: 35px;
	padding: 4px 0px 0px 0px;
	font-family: Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

#footer_text a:link{
	color: #10627b;
	text-decoration: none;
}
#footer_text a:visited{
	color: #10627b;
	text-decoration: none;
}
#footer_text a:hover{
	color: #000000;
}
#footer_text a:active{
	color: #000000;
}