@charset "utf-8";
/* CSS Document */

html { margin:0; padding:0; height:100%}
body { background:url(images/bg.jpg) center repeat-y #1a318b; padding:0; margin:0 ; height:100%; font-family:Arial, Helvetica, sans-serif; font-size:0.75em; color:#333333;
}
#alpha_container { width:760px; height:800px; margin:auto; background:url(images/main_bg.jpg) no-repeat; position:relative; z-index:1; margin-top:-3px}
#alpha_header { width:760px; height:180px;}
#alpha_box_1 {
	position:absolute;
	left:20px;
	top:190px;
	width:164px;
	height:130px;
	z-index:4;
}
.lb1 {font-size: 16px; font-weight:bold; }
#alpha_box_2 {
	position:absolute;
	left:20px;
	top:369px;
	width:164px;
	height:127px;
	z-index:2;
}
#alpha_content {
	position:absolute;
	left:204px;
	top:192px;
	width:553px;
	height:605px;
	z-index:2;
	text-align:justify;
}
.style17 {font-size: 10px}

a { color:#000000; font-weight:bolder; text-decoration:none;}
a:hover { color:#666666; text-decoration:underline;}

