html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	background-color: #000;
}
#page {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.bg0 {
	position: relative;
	width: 100%;
	min-width: 843px;
	background-color: #000;
	overflow: hidden !important;
	overflow: visible;
	color: #fff;
}
.bg1 {
	position: relative;
	background: #000;
	left: 50%;
	width: 843px;
}
.bg2 {
	position: relative;
	background: #000 none no-repeat 0 0;
	width: 1259px;
	left: -422px;
	margin: 0 -208px;
}
/* landing */
.landing .bg0, .landing .bg1, .landing .bg2 {
	height: 931px;
}
.landing .bg2 {
	background-image:url(../_img/landing/jeanette_kyteplayer.jpg);
}
#home {
	position:absolute;
	top:608px;
	left:235px;
	width:278px;
	height:32px;
}
#register-wrap {
	position: absolute;
	left: 708px;
	top: 465px;
	width: 334px;
	/*height: 230px;*/
}
#register-success,
#register-error {
	width: 100%;
}
#register-success {
	height: 20px;
	background: transparent url(../_img/landing/register-success.gif) no-repeat 0 0;
}
#register-error {
	height: 40px;
	background: transparent url(../_img/landing/register-error.gif) no-repeat 0 0;
}
.errors {
	color:#ff255b;
	padding: 0 0 20px 0;
}
#register-form input {
	display: inline;
	float: left;
	margin:1px 12px 2px 120px;
	border:0 none;
	outline:0 none;
	width: 202px;
	padding:0;
	height: 18px;
	line-height: 18px;
	background: transparent none;
	color: #fff;
}
#register-form input.hidden {
	display:none!important;
}
#register-form .register-row {
	display: inline;
	float: left;
	position: relative;
	margin:1px 0 2px 0;
	width: 100%;
	height: 18px;
	line-height: 18px;
}

.radio-selected {
	xdisplay: none;
	position: absolute;
	left: 201px;
	top:0;
	width: 18px;
	height: 18px;
	background: transparent url(../_img/landing/radio-selected.gif) no-repeat 0 0;
}

#register-form #register-gender-male,
#register-form #register-gender-female,
#register-form #register-nwl-yes,
#register-form #register-nwl-no {
	position:absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 18px;
	-moz-opacity:0.0;
	opacity:.0;
	filter:alpha(opacity=0);
}
#register-form #register-gender-male,
#register-form #register-nwl-yes {
	left: 201px;
}
#register-form #register-gender-female,
#register-form #register-nwl-no {
	left: 258px;
}
#register-fields-wrap {
	width:334px;
	height:230px;
	background: transparent url(../_img/landing/register-fields-wrap.gif) no-repeat 0 0;
}
#register-submit-wrap {
	position: relative;
	width:334px;
	height: 47px;
	background: transparent url(../_img/landing/register-submit-wrap.gif) no-repeat 0 0;
}
#register-submit {
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 12px;
	width: 140px;
	height: 22px;
	background: transparent;
	border: 0 none;
	outline: 0 none;
}
/* player */
.kyte .bg0, .kyte .bg1, .kyte .bg2 {
	height: 741px;
}
.kyte .bg2 {
	background-image:url(../_img/kyte/jeanette_kyteplayer.jpg);
}
#kyte {
	position: absolute;
	left: 506px;
	top: 123px;
	width: 426px;
	height: 445px;
}

