@charset "utf-8";
/* CSS Document */
html {
    height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: arial;
	color:#FFFFFF;
	background-color:#000000;
}
#contentFL {
	top: 0px;
	position:relative;
	width: 100%;
	height: 100%;
	z-index:10;
	/*min-height:740px;*/
}

#content_AR {
	top: 0px;
	position:relative;
	z-index:10;
	margin: 10px;	/*min-height:740px;*/
}

.footer_container{
	width:100%;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
}

.footer{
	z-index: 20;
	/*text-align:center;
	font-size:9px;
	color:#4b6687;
	background-image:url(arrow_lang.gif);
	background-position:right;
	background-repeat:no-repeat;*/
}

