body {
	overflow: hidden;
	margin-top: 0;
}
#bg {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}
#bg img {
	position: absolute;
	top: 0;
	left: 0;
	width: 1920px;
	height: 1200px;
}
#intro_container {
	z-index: 3;
	width: 1200px;
	height: 765px;
	border: 0 solid #f00;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -600px;
}
#intro_s {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -820px;
	width: 1131px;
	height: 1106px;
	overflow: hidden;
	border: 0 solid #f00;
}
#intro_logo_navi {
	position: absolute;
	top: 20px;
	left: 807px;
	width: 291px;
	height: 200px;
	background: url('img/intro_logo.png') no-repeat;
	border: 0 solid #f00;
}
#intro_navi {
	position: absolute;
	top: 160px;
	left: 0;
	width: 291px;
	text-align: center;
}
#intro_navi a {
	font: normal 11px Verdana;
	color: #58585a;
	text-decoration: none;
}
#intro_navi a:hover {
	text-decoration: underline;
}
#intro_navi .element {
	margin-right: 5px;
	margin-left: 5px;
}
#intro_language {
	position: absolute;
	top: 75%;
	left: 807px;
	height: 48px;
	width: 296px;
	background: url('img/intro_language_bg.png') no-repeat;
	border: 0 solid #f00;
}
#lang {
	padding-top: 14px;
	width: 296px;
	text-align: center;
	font: bold 12px Verdana;
	color: #0c0b05;
}
#lang a, #lang a:visited {
	font: bold 12px Verdana;
	color: #0c0b05;
	text-decoration: none;
}
#lang a.active, #lang:visited.active {
	color: #c5830c;
}
#lang a:hover {
	text-decoration: underline;
}
