@charset "utf-8";
/* CSS Document */

html, body {
	background: #aaa;
}

#mainwrap {

}

#superbgimage {
	display: none;
}

#superbgimage img {
	image-rendering: optimizeQuality;
	-ms-interpolation-mode: bicubic;
}

#landingbox {
	position: fixed;
	bottom: 8%;
	left: 0;
	z-index: 10;
	margin: 0;
	width: 100%;
	height: 260px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	color: #eee;
	font-size: 12px;
}

#landingbox .landing-inner {
	width: 760px;
	margin: 0 auto;
	text-shadow: 1px 1px 1px #000;
	position: relative;
}

#landingbox .landing-inner .landing-top {
	height: 70px;
	text-align: center;
}

#landingbox .landing-inner .landing-top .landing-logo {
	padding: 20px 0 0;
}

#landingbox .landing-inner .landing-bottom {
	height: 190px;
}

#landingbox .landing-inner .part {
	width: 340px;
	height: 200px;
}

#landingbox .landing-inner .part.left {
	float: left;
}

#landingbox .landing-inner .part.right {
	float: right;
}

#landingbox .landing-inner .part .desc {
	padding: 25px 0;
}

#landingbox .landing-inner .part .desc p {
	font-size: 14px;
}

#landingbox .landing-inner .part table .landing-flag {
	margin: 3px 20px 0 0;
	height: 12px;
}

.mainpage-url {
	margin: 10px 0;
	text-align: center;
}

.mainpage-url a {
	color: #ffe006;
	font-size: 18px;
	text-decoration: underline;
}

.mainpage-url a:hover {
	color: #fff;
}

.landing-header {
	text-align: center;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: #eee;
	margin-bottom: 8px;
}