body {
	padding: 0;
	background-color: #000;
	margin: 0;
	font: 12px Arial, Helvetica, sans-serif;
}


.container {
	position: absolute;
	width: 100%;t
	height: 100%;
	margin: 0;
	padding: 0;
}

.centerBox {
	position: relative;
	width: 874px;
	z-index: 5;
	overflow: hidden;
}

.contentBox {
	position: relative;
	width: 100%;
	height: 564px;
	overflow: hidden;
	z-index: 2;
	background-color: #000;
}

.leftBorder {
	position: absolute;
	top: 0;
	left: 0;
	width: 45px;
	height: 564px;
	background: url('leftBg.png') no-repeat top center;
	z-index: 3;
	
}

.rightBorder {
	position: absolute;
	left: 100%;
	margin-left: -45px;
	top: 0;
	width: 45px;
	height: 564px;
	background: url('rightBg.png') no-repeat top center;
	z-index: 3;
}

.splashBg {
	position: absolute;
	height: 671px;
	width: 1800px;
	left: -230px;
	z-index: 1;
	background: url('splashBg.jpg') no-repeat top center;
}
.splashIphoneIncentive {
	left: 420px;
	top: 105px;
	position: absolute;
	height: 411px;
	width: 375px;
	z-index: 1;
	background: url('iphone_incentive.gif') no-repeat top center;
	cursor: pointer;
	
}

.foreground {
	position: relative;
	height: 557px;
	width: 864px;
	z-index: 2;
	top: 20px;
	background: url('foreground.png') no-repeat top center;
	cursor: pointer;
}

.soldiers {
	position: relative;
	width: 344px;
	height: 241px;
	z-index: 1;
	top: -290px;
	left: 200px;
	background: url('soldaten.png') no-repeat top center;
}

.textBox {
	position: absolute;
	width: 372px;
	max-width: 372px;
	height: 110px;
	left: 502px;
	top: 120px;
	z-index: 3;
	color: #ceb9ae;
	padding: 25px 0px 0 0px;
	font-weight: bold;
	background: url('misc.gif') no-repeat top left;
	cursor: pointer;
}

.textBoxSignup {
	position: absolute;
	width: 372px;
	max-width: 372px;
	height: 110px;
	left: 502px;
	top: 20px;
	z-index: 3;
	color: #ceb9ae;
	padding: 25px 0px 0 0px;
	font-weight: bold;
	background: url('misc.gif') no-repeat top left;
	cursor: pointer;
}


.noBackground {
	cursor: auto;
	background: none;
}
.signUp {
	text-align: left;
	padding-left: 10px;
	padding-top: 5px;
	width: 331px;
	height: 33px;
	background: url('register_header.png') no-repeat top left;
}
	

.button {
	position: relative;
	top: -20px;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 29px;
	color: black;
	font-size: 24px;
	font-weight: bold;
	text-align: center;	
	font-family: "Times New Roman", Times, serif;
}

.button2 {
	position: absolute;
	top: -3px;
	left: -3px;
	display: block;
	cursor: pointer;
	width: 100%;
	height: 29px;
	color: #f1d04c;
	font-size: 24px;
	font-weight: bold;
	text-align: center;	
	font-family: "Times New Roman", Times, serif;
}

.menu {
	position: absolute;
	width: 800px;
	height: 20px;
	top: 518px;
	left: 80px;
	z-index: 3;
	font-size: 13px;
	font-weight: bold;
	color: #ceb9ae;
	overflow: hidden;
	padding-top: 7px;
}



ul#navigation{
	list-style-type:none;
	margin: 0;
	padding: 0;
	color: #ceb9ae;
	margin-left: 93px;
}
ul#navigation li{
	float:left;
	padding-right:20px;
}
ul#navigation li.spacer {
	padding-top: 2px;
}

ul#navigation li a{
/*	text-decoration: none;*/
	color: #ceb9ae;
}

ul#navigation li a:hover{
/*	text-decoration: none;*/
	color: #eed9d8;
}

a, a:visited{
color: #eed9ce;	
text-decoration:none;
border:0;
}

a:hover, a:active{
text-decoration:none;
border:0;
color: #fefaee;
}

.small {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #ceb9ae;
	font-size: 10px;
}
.normal {
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.bold {
	font-weight: bold;
}
td {
	padding-top: 5px;
}

.textField {
	background: url('images/misc/inputBg.gif') repeat-x left top;
	border: 1px #63251a solid;
	font-size: 12px;
	line-height: 23px;
	height: 20px;
	width: 200px;
}
.fieldError {
	background: url('images/misc/inputBg.gif') repeat-x left top;
	border: 1px #ff0000 solid;
	font-size: 12px;
	line-height: 23px;
	height: 20px;
	width: 200px;
}
.checkboxFieldError {
	border: 1px #ff0000 solid;
	font-size: 12px;
	line-height: 23px;
	height: 23px;
	width: 200px;
}
.inputCheckbox {
	position: relative;
	top: 2px;
}

table .defaultTable{
	text-align:left;
}
td .fieldTitle {
	text-align: left;
	width: 100px;
}

.signUpButtonBig {
	font-family: Times;
	font-weight: bold;
	margin-top: 10px;
	padding-top: 2px;
	position: relative;
	background: url('designs/splash/registerbutton_left.png') no-repeat; /*-x left top;*/
	height: 59px;
	width: 294px;
	float: left;
}
.signUpButtonBig span {
	padding-left: 20px;
}
.signUpButtonBigRight {
	background: url('designs/splash/registerbutton_right.png') no-repeat;
	margin-top: 10px;
	height: 59px;
	width: 20px;
	float: left;
}

.iframe {
	border:none;
	width:930px;;
	height:36px;
}