/* CSS Document */
body{
	margin:0 0 0 0;
	padding:0;
	background-color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CCCCCC;
}
div, ul, h1, h2, h3, li, p, img{margin:0; padding:0;}
ul{list-style-type:none;}
a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
}
#main{
	display:block;
	margin:0 auto;
	width:980px;
	height:800px;
	background-image:url(../images/main-bg.jpg);
	background-repeat:no-repeat 0 0;
	position:relative;
}

#menu{
	display:block;
	width:980px;
	height:51px;
	position:relative;
	margin:0 auto;
	background-image:url(../images/menu-bg.jpg);
	background-repeat:repeat-x;
	margin-top:0;
}
#menu ul{
	display:block; 
	width:870px; 
	height:51px; 
	position:relative;
	top:0; 
	right:0; 
	margin:0 0 0; 
	padding:0 0 0 120px; 
	
}
#menu ul li{
	display:block;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	
}
#menu ul li a{
	width:100px; 
	height:51px; 
	display:block; 
	padding:0; 
	text-decoration:none; 
	text-align:center; 
	margin:0 1px 0 0; 
	top:0px; 
	left:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	padding:20px 0 0 0;
}

#menu ul li a:hover{
	width:100px; 
	height:51px; 
	padding:0; 
	text-decoration:none; 
	text-align:center; 
	margin:0 1px 0 0; 
	top:0px; 
	left:0px;
	text-decoration:none; 
	background:url(../images/menu-hover.jpg);
	background-repeat:repeat-x;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size:12px;
	padding:20px 0 0 0;
}

#mid{
	display:block;
	top:0px;
	margin:0 auto;
	width:816px;
	height:649px;
	position:relative;
	z-index:1;
	background:url(../images/mid.png);
	background-repeat:no-repeat;
}
#logo{
	display:block;
	height:63px;
	width:250px;
	float:right;
	top:400px;
	right:135px;
	position:relative;
}

#enter{
	display:block;
	height:35px;
	width:200px;
	float:right;
	top:500px;
	right:160px;
	position:absolute;
}
.link{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
.link a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#FF0000;
	text-decoration:none;
}
.link a:hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

#mid .text{
	display:block;
	height:230px;
	width:410px;
	background:url(../images/contain-bg.png);
	background-repeat:no-repeat;
	z-index:2;
	top:385px;
	left:10px;
	padding:3px 5px 4px 5px;
	
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CCCCCC;
}

#mid1{
	display:block;
	top:0px;
	margin:0 auto;
	width:816px;
	height:649px;
	position:relative;
	z-index:1;
	background:url(../images/mid1.gif);
	background-repeat:no-repeat;
}

#mid1 .text{
	display:block;
	width:410px;
	height:460px;
	top:140px;
	left:10px;
	padding:3px 5px 4px 5px;
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CCCCCC;
	
}
#text{
	display:block;
	width:410px;
	height:460px;
	top:140px;
	left:10px;
	padding:3px 5px 4px 5px;
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CCCCCC;
	
}

#mid2{
	display:block;
	top:0px;
	margin:0 auto;
	width:816px;
	height:649px;
	position:relative;
	z-index:1;
	background:url(../images/mid2.gif);
	background-repeat:no-repeat;
}
#mid2 .text{
	display:block;
	width:410px;
	height:460px;
	top:140px;
	left:10px;
	padding:3px 5px 4px 5px;
	position:absolute;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#CCCCCC;
	
}


/* scrollbar box */


#scrollbar {
	scrollbar-3dlight-color:#999999;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#1B4982;
	scrollbar-darkshadow-color:#1B4982;
	scrollbar-face-color:#999999;
	scrollbar-highlight-color:#1B4982;
	scrollbar-track-color:#999999;
	scrollbar-shadow-color:#031933;
	overflow:auto;
	height: 120px;
	float:left;
	top: 400px;
	width: 82%;
	}
#scrollbar_inner
	 {
	scrollbar-3dlight-color:#021125;
	scrollbar-arrow-color:#ffffff;
	scrollbar-base-color:#1B4982;
	scrollbar-darkshadow-color:#1B4982;
	scrollbar-face-color:#021125;
	scrollbar-highlight-color:#1B4982;
	scrollbar-track-color:#021125;
	scrollbar-shadow-color:#031933;	 
	overflow:auto;
	height: 120px;	
	}
