body {
	font:normal 12px Arial,Helvetica,Verdana;
	font-weight: normal;
	line-height: 15px;
	background: #000000;
	text-align: left;
	color: #ffffff;
	overflow: hidden;
}

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

a:hover {
	text-decoration: none;
	color: #705DA2;
}

h2 {
	color: #ffffff;
}

b {
	font-weight: normal;
}


#background {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
}

#background img {
	width: 100%;
	height: 100%;
}

#site {
	position: absolute;
	z-index: 1;
	width: 100%;
	height:100%;
	overflow: auto;
	text-align: center;
}


#marketBox {
	position: absolute;
	width: 640px;
	height: 550px;
	left:50%;
	top:50%;
	margin-left:-320px;
	margin-top:-175px;
}

#marketBox .marketTextDe {
	position: relative;
	float:left;
	width: 640px;
	margin: 10px 0 0 0;
  color:#705DA2;
}

#marketBox .marketTextEn {
	position: relative;
	float:left;
	width: 640px;
	margin: 60px 0 0 0;
  color:#705DA2;
}

#marketBox .marketLinks {
	float:left;
	width: 640px;
	margin: 15px 0 0 0;
  color:#705DA2;
}

#marketBox .marketLinks li{
	margin: 7px 0 0 0;
	font-weight: bold;
	font-size: 15px;
  color:#705DA2;
}


#marketBox .marketImg {
	position: relative;
	float:left;
	width: 640px;
  color:#705DA2;
}