@charset "utf-8";

body {
	background: #071c28 url(../gfx/v1/page-bg.jpg) no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	color: #fff;
}

h1, h2, h3, p {
	margin: 0;
	padding: 0;
}

p {
	color: #fff;
	font-size: 1.0em;
	line-height: 1.5em;
}

a {
	color: #6dcff6;
}

a:hover {
	color: #ff00ff;
}

div#content {
	width: 960px;
	margin: 0 auto;
}

div#header {
	width: 960px;
	height: 204px;
}

div#header h1 {
	background: url(../gfx/v1/h1-fgdmag.png) no-repeat;
	position:relative;
	top:130px;
	width: 783px;
	height:49px;
	text-indent: -9999px;
}

/*
	--------------------------------------------------------------------------------------------------
	Feature Box
	--------------------------------------------------------------------------------------------------
*/

div#feature-box {
	width: 960px;
	height:340px;
	background:url(../gfx/v1/feature-box.jpg) no-repeat;
}

div#feature-box h2 {
	text-indent: -9999px;
}

div#feature-box p {
	color:#000;
	position: relative;
	left: 266px;
	top: 240px;
	font-size: 1.0em;
	line-height: 1.6em;
	width: 640px;
}

/*
	--------------------------------------------------------------------------------------------------
	Main Content
	--------------------------------------------------------------------------------------------------
*/

div#column-wrapper {
	width: 960px;
	margin-top: 66px;
}

h2#issue1features {
	background: url(../gfx/v1/h2-features.png) no-repeat;
	text-indent: -9999px;
	width: 264px;
	height: 36px;
}

h2#callingalldevs {
	background: url(../gfx/v1/h2-calling-devs.png) no-repeat;
	text-indent: -9999px;
	width: 563px;
	height: 36px;
}

h2#latestnews {
	background: url(../gfx/v1/h2-news.png) no-repeat;
	text-indent: -9999px;
	width: 202px;
	height: 36px;
}

h3#subscribe {
	background: url(../gfx/v1/h3-subscribe.png) no-repeat;
	text-indent: -9999px;
	width: 202px;
	height: 20px;
}

/*
	--------------------------------------------------------------------------------------------------
	Main Content - Left Column
	--------------------------------------------------------------------------------------------------
*/

div#left-column {
	float: left;
	width: 312px;
	margin-right: 66px;
}

ul#features {
	list-style: none;
	margin: 22px 0;
	padding: 0;
}

ul#features li {
	list-style: url(../gfx/v1/feature-li.png) none;
	list-style-position: inside;
	color: #fff;
	height: 28px;
}

div#subscribe-form {
	margin-top: 22px;
}

div.formfield {
	clear: left;
	padding: 12px 0;
	font-size: 0.9em;
}

div.formlabel {
	float: left;
	width: 100px;
	font-size: 0.9em;
}

div.formlabel-wide {
	width: 240px;
	font-size: 0.8em;
}

div.forminput {
	float: left;
	font-size: 0.9em;
}

div.forminput input {
	font-size: 0.9em;
	border: 0;
	background: #fff;
	color: #000;
	width: 160px;
}

/*
	--------------------------------------------------------------------------------------------------
	Main Content - Right Column
	--------------------------------------------------------------------------------------------------
*/

div#right-column {
	float: left;
	width: 582px;
}

div#right-column p {
	margin: 22px 0px;
}

/*
	--------------------------------------------------------------------------------------------------
	Footer
	--------------------------------------------------------------------------------------------------
*/

div#clear {
	clear: left;
	height: 66px;
}

div#footer {
	background: #030f16 url(../gfx/v1/page-footer-repeat.png) repeat-x;
	width: 100%;
	height: 140px;
}

div#footer-bg {
	background: url(../gfx/v1/page-footer-bg.jpg) no-repeat;
	width: 960px;
	height: 140px;
	margin: 0 auto;
}

div#footer-bg p {
	position: relative;
	top: 22px;
	color: #fff;
	font-size: 0.9em;
}

div#footer-bg a {
	text-decoration:none;
}








