@charset "utf-8";
/* 代码整理：时代Java */
*{ margin:0; padding:0;}
html, body {
	height:100%;
	text-align:center;
}
body {
	margin:0;
}
images {
	width:640px;
	height:378px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:0px;
	margin-left:0px;
}
#bg {
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
filter:alpha(opacity:60);
	opacity:0.6;
	background:black;
	z-index:1;
}
#prog {
	width:324px;
	height:40px;
	background:url(../images/bar.png) no-repeat 0 20px;
	position:absolute;
	z-index:2;
	top:50%;
	left:50%;
	margin:-20px 0 0 -162px;
	font-family:arial;
	font-size:12px;
	color:#fff;
	text-align:center;
}
#prog span {
	font-family:"宋体";
}
#bar {
	width:0%;
	height:16px;
	background:url(../images/bar_line.gif) repeat-x;
	overflow:hidden;
	position:absolute;
	bottom:2px;
	left:2px;
}
