html, body {
    margin: 0;
    padding: 0;
    font-family: Tahoma,Arial,Verdana, sans-serif;
    font-size: 12px;
    color: #fff;
	background: #000 url(img/bgstart.jpg) 50% 0 no-repeat;
}

#body {
    margin: 0;
    padding: 0;
    font-family: Tahoma,Arial,Verdana, sans-serif;
    font-size: 12px;
    color: #fff;
	background: #000 url(img/bgstart.jpg) 50% 0 no-repeat;
	position: relative;
}

#langSelect {
	padding: 8px 0 0;
	text-align: center;
	height: 22px;
	overflow: hidden;
}

#langSelect img {
	border: 0;
}

#doLogo {
	margin: 10px 0;
	height: 150px;
}

#main {
	width: 794px;
	height: 491px;
	margin: 0 auto;
	overflow: hidden;
}

#navigation {
	float: left;
	width: 180px;
	margin: 24px 0 0;
}

#content {
	margin: 0 185px;
	width: 424px;
}

#loginContainer {
	float: right;
	width: 147px;
	margin: 24px 0 0 -5px;
	padding: 0 0 0 38px;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navigation ul li a {
	display: block;
	font-size: 1em;
	margin: 0;
	padding: 8px 50px 0 32px;
	width: 100px;
	height: 27px;
	font-weight: bold;
	background: url(img/navi_item_landing.png) 0 0 no-repeat;
}

#navigation ul li a, #loginForm a {
	color: #797366;
	text-decoration: none;
}

#loginForm a {
	font-size: 0.75em;
}

#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a.activeNavItem {
	background: url(img/navi_item_hover_landing.png) 0 0 no-repeat;
}

#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a.activeNavItem, #loginForm a:hover {
	color: #fff6e2;
}

#loginForm {
	background: url(img/login_form_landing.png) 0 0 no-repeat;
	height: 170px;
	padding: 3px 0 0;
	text-align: center;
}

#loginForm label {
	display: block;
	margin: 8px 0 0;
	text-align: center;
	color: #797366;
}

#loginname, #password {
	display: block;
	padding: 2px 18px;
	background: url(img/login_form_input_landing.png) no-repeat 50% 50%;
	height: 22px;
	border: 0;
	overflow: hidden;
	width: 111px;
	text-align: center;
}

#loginname input, #password input {
	border: none;
	background: transparent;
	width: 100%;
	color: #fff;
}

#login {
	display: block;
	width: 147px;
	padding: 0;
	margin: 10px 0;
	border: 0;
	height: 30px;
	color: #797366;
	text-align: center;
	background: url(img/login_form_button_landing.png) no-repeat;
}

#login:hover {
	background: url(img/login_form_button_h_landing.png) no-repeat;
}

#register {
	margin: 19px auto 0;
	width: 426px;
	height: 68px;
}

#register a {
	display: block;
	padding: 24px 0 0;
	height: 44px;
	width: 426px;
	text-align: center;
	background: transparent;
	color: #797366;
	font-size: 1.30em;
	font-weight: bold;
	text-decoration: none;
}

#register a:hover {
	background: url(img/register_hover_landing.png) no-repeat;
	color: #fff6e2;
}

#legal {
	text-align: center;
	font-size: 0.8em;
	color: #fff6e2;
}

#legal a {
	color: #fff6e2;
	font-weight: bold;
	text-decoration: none;
}

#legal a:hover {
	color: #fff;
}

#error {
	width: 135px;
	border: 1px solid #555147;
	background: #000;
	padding: 5px;
	margin: 10px 0 0;
	color: #c00000;
	font-weight: bold;
	text-align: center;
}

#infoBox {
	position: absolute;
	left: 200px;
	right: 200px;
	top: 50px;
	padding: 10px;
	background: #600;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
}

#video {
	width: 100%;
	border: 1px solid #1f292e;
	margin: 0 0 10px;
}

#halfContent, #fullContent {
	overflow: auto;
	width: 404px;
	padding: 10px;
}

#halfContent {
	height: 222px;
	background: url(img/halfContentBg_landing.jpg) no-repeat;
	text-align: center;
}

#fullContent {
	height: 471px;
	background: url(img/fullContentBg_landing.jpg) no-repeat;
}

#ajaxLoader {
	position: absolute;
	width: 100%;
	top: 200px;
	display: none;
}

#ajaxLoaderImg {
	height: 291px;
	width: 424px;
	margin: 0 auto;
	background: #000;
	text-align: center;
	padding: 100px 0;
}

#content .error {
	background: url(img/error.png) 0 50% no-repeat;
	padding: 1em 0 1em 50px;
}

#content .success {
	background: url(img/tick.png) 0 50% no-repeat;
	padding: 1em 0 1em 50px;
}

#content table {
	border: none;
}

#content .input {
	display: block;
	padding: 2px 6px;
	background: url(img/input_landing.png) no-repeat;
	height: 22px;
	border: 0;
	color: #fff;
	overflow: hidden;
	width: 278px;
}

#content .submit {
	display: block;
	background: url(img/submit_landing.png) no-repeat;
	width: 290px;
	padding: 0 10px 0 30px;
	margin: 10px 0;
	border: 0;
	height: 30px;
	color: #797366;
	text-align: center;
}

#content .submit:hover {
	background: url(img/submit_landing_hover.png) no-repeat;
}

a {
	color: #797366;
	text-decoration: none;
}

a:hover {
	color: #fff6e2;
}

img, a img {
	border: none;
}

#landingTop {
	position: static;
	margin: 0;
	padding: 1px 0;
	background: #000;
}

.errContainer {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(2009_errorBg.png);
}

.sysErr {
	width: 600px;
	margin: 150px auto 0;
	border: 3px solid #800;
	background: #fee;
	padding: 15px 10px 0;
	text-align: center;
	color: #000;
}

.sysErr h1 {
	text-align: center;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
}

.sysErr p {
	text-align: left;
}

.sysErr p.supportLink {
	text-align: center;
	font-weight: bold;
}

.sysErr p.supportLink a {
	color: #000;
}

.sysErr p.errCode {
	text-align: right;
	font-size: 0.8em;
	font-style: italic;
}
#worldSelection{
	height:897px;
	position:relative;
	width:1144px;
}
.worldInfo{
	background-color:#a79378;
	border:2px solid #2b291d;
	color:#2A2414;
	position:absolute;
	text-align:left;
}
.worldInfoTable{
	border-spacing:0;
	padding:0;
	width:100%;
}
.worldInfoLink{
	color: #fffee4;
}
.fontCenter{
	text-align:center;
}
.worldRecommended{
	background-image:url(img/worldRecommended.png);
	height:96px;
	position:absolute;
	width:215px;
}
.worldClosed{
	background-image:url(img/worldClosed.png);
	height:75px;
	position:absolute;
	width:230px;
}
.worldRecommended a,.worldClosed span{
	color:#D5CAB2;
	display:block;
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	text-shadow:#000 1px 1px 4px;
	text-transform:uppercase;
}
.worldRecommended a{
	height:50px;
	padding:42px 0 0 0;
}
.worldClosed span{
	margin:22px 0 0 0;
}
