@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	}
	
body {
	font: 14px arial, helvetica, sans-serif;
	}

a {
	text-decoration: none;
	}
img {
	border: none;
	}
em {
	/*_font-style: normal;*/
	}

#intro {
	background: url(../images/bg-intro.jpg) no-repeat;
	font-size: 0.1em;
	height: 500px;
	left: 17px;
	line-height: 0.1em;
	position: absolute;
	top: 85px;
	width: 875px;
	z-index: 1;
	}
#intro .legal {
	color: #6b6874;
	font-size: 10px;
	left: 17px;
	line-height: normal;
	position: absolute;
	top: 460px;
	width: 730px;
	}
#intro .text {
	margin: 41px 0 0 18px;
	}
#intro #introButton {
	display: block;
	height: 33px;
	margin: 30px 0 0 17px;
	width: 194px;
	}

#main {
	height: 500px;
	left: 17px;
	position: absolute;
	top: 85px;
	width: 875px;
	}
#main .content {
	clear: both;
	float: left;
	height: 201px;
	width: 277px;
	}
#main .content h2 {
	font-size: 0.1em;
	height: 21px;
	line-height: 0.1em;
	margin: 10px 0 0 17px;
	}
#main .content p {
	color: #fff;
	font-size: 14px;
	margin: 10px 12px 0 17px;
	_width: 240px;		/* IE6 */
	}
#main .content p a {
	color: #fff;
	text-decoration: underline;
	}
#main .soc {
	background: url(../images/bg-text-blue.png) no-repeat;
	}
#main .tech {
	background: url(../images/bg-text-purple.png) no-repeat;
	}
#main .key {
	clear: none;
	float: left;
	margin: 16px 0 0 9px;
	height: 250px;
	width: 258px;
	_display: inline;	/* fixes IE6 double-margin bug */
	}
#main .key img {
	clear: both;
	float: right;
	margin-bottom: 13px;
	}
#main .key .hr {
	margin-right: 7px;
	}
#main .key .keys {
	margin-right: 7px;
	}
#main .left {
	clear: none;
	float: left;
	font-size: 0.1em;
	height: 500px;
	line-height: 0.1em;
	width: 597px;
	}
#main .nav {
	clear: none;
	float: left;
	height: 19px;
	margin: 0 0 14px 15px;
	width: 256px;
	_display: inline;	/* fixes IE6 double-margin bug */
	_margin-bottom: 12px;	/* IE6 */
	}
#main .nav .arrow {
	clear: none;
	display: block;
	height: 19px;
	float: left;
	width: 18px;
	_display: inline;	/* fixes IE6 double-margin bug */
	}
#main .nav .btn {
	clear: none;
	display: block;
	float: left;
	font-size: 0.1em;
	height: 19px;
	line-height: 0.1em;
	margin-left: 25px;
	width: 69px;
	_display: inline;	/* fixes IE6 double-margin bug */
	}
#main .nav .info {
	clear: none;
	color: #777;
	float: left;
	font-weight: bold;
	font-size: 18px;
	height: 19px;
	margin-right: 10px;
	text-align: right;
	width: 76px;
	_display: inline;	/* fixes IE6 double-margin bug */
	}
#main .right {
	clear: none;
	float: left;
	height: 500px;
	width: 278px;
	_display: inline;	/* fixes IE6 double-margin bug */
	}
	
#topBar {
	height: 55px;
	left: 18px;
	position: absolute;
	top: 18px;
	width: 872px;
	}
#topBar h1 {
	clear: none;
	float: left;
	font-size: 0.1em;
	height: 27px;
	line-height: 0.1em;
	margin: 16px 0 0 17px;
	width: 419px;
	_display: inline;	/* fixes IE6 double-margin bug */
	}
#topBar .fb {
	clear: none;
	float: left;
	font-size: 0.1em;
	height: 23px;
	/*margin: 26px 3px 0 0;*/
	line-height: 0.1em;
	position: absolute;
	top: 23px;
	left: 537px;
	width: 23px;
	_display: inline;	/* fixes IE6 double-margin bug */
	}
#topBar .reg {
	clear: none;
	float: left;
	font-size: 0.1em;
	height: 18px;
	/*margin: 11px 0 0 33px;*/
	line-height: 0.1em;
	position: absolute;
	top: 11px;
	left: 605px;
	width: 266px;
	_display: inline;	/* fixes IE6 double-margin bug */
	}
#topBar .share {
	clear: none;
	color: #666;
	display: block;
	float: left;
	font-size: 13px;
	height: 18px;
	position: absolute;
	top: 31px;
	left: 315px;
	text-align: right;
	width: 215px;
	_display: inline;
	}
#topBar .twitter {
	clear: none;
	float: left;
	font-size: 0.1em;
	height: 23px;
	/*margin: 26px 0 0 0;*/
	line-height: 0.1em;
	position: absolute;
	top: 23px;
	left: 563px;
	width: 23px;
	_display: inline;	/* fixes IE6 double-margin bug */
	}
	
#wrapper {
	background: url(../images/bg.png) no-repeat top left;
	height: 603px;
	margin: 15px;
	position: relative;
	width: 905px;
	}