@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : language.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* body#error */
body#language {
	background: url(../../assets/images/main_bg.jpg) 50% 0 no-repeat #0C48AC;
}
/* #bg */
body#language #bg {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
}
/* div#note */
body#language div#note {
	position:absolute; top:50%; left:50%;
	margin: -166px 0 0 -267px;
	z-index: 8000;
}
#bgLang {
	background-image: url(../images/bg_language.gif);
	background-repeat: no-repeat;
	height: 332px;
	width: 574px;
	text-align: left;
}
#bgLang .left {
	float: left;
	width: 230px;
	margin-top: 78px;
	margin-left: 63px;
	display: inline;
	overflow: hidden;
}
#bgLang .right {
	float: left;
	width: 230px;
	margin-top: 78px;
	margin-left: 16px;
	display: inline;
	overflow: hidden;
}

