@charset "utf-8";

html {
	height:100%;
	margin:0px;
	overflow:hidden;
	background-color:#0f1108;
}
body {
	height:100%;
	margin:0px;
	overflow:hidden;
	background-color:#0f1108;
}

#bar_center {
	position:absolute;
	
	width:2500px;
	height:810px;
	
	left:50%;
	top:50%;
	
	margin-left:-1250px;
	margin-top:-405px;
	
	overflow:hidden;
}

#bar_left {
	position:absolute;
	
	width:790px;
	height:810px;
	
	left:50%;
	top:0px;
	
	margin-left:-1250px;
	margin-top:0px;

	overflow:hidden;
}
#bar_right {
	position:absolute;
	
	width:790px;
	height:810px;
	
	left:50%;
	top:0px;
	
	margin-left:460px;
	margin-top:0px;

	overflow:hidden;
}

#bar_top {
	position:absolute;
	
	width:920px;
	height:90px;
	
	left:50%;
	top:0px;
	
	margin-left:-460px;
	margin-top:0px;

	overflow:hidden;
}
#bar_bottom {
	position:absolute;
	
	width:920px;
	height:120px;
	
	left:50%;
	top:690px;
	
	margin-left:-460px;
	margin-top:0px;

	overflow:hidden;
}

#flc {
	position:absolute;

	width:920px;
	height:600px;

	left:790px;
	top:90px;

	margin:0;
	border:0;
	padding:0;
}

.btn {
	position:absolute;
}
