@charset "utf-8";
/* CSS Document */
body{
	background-image:url(../Images/bg.jpg);
	background-repeat:no-repeat;
	background-position: right top;
	min-width:950px;
	min-height:671px;
	}
#container{
	position:absolute;
	margin:auto;
	left:0;
	right:0;
	width:950px;
	z-index:0;
	height: 661px;

}
#top{
	position:absolute;
	margin:auto;
	width:950px;
	z-index:0;
	height: 160px;

}
#top-title{
	position:absolute;
	margin:auto;
	width:766px;
	z-index:0;
	top:50px;
	text-align:right;
	color:#FFF;
	height: 40px;
	font-size:30px;
	font-family:Verdana, Geneva, sans-serif;
}
#top-navigation{
	position:absolute;
	margin:auto;
	width:765px;
	z-index:0;
	top:90px;
	text-align:right;
	color:#818285;
	height: 40px;
	background-color:#777777;
	font-size:30px;
	font-family:Verdana, Geneva, sans-serif;
}
#top-navigation td:hover {   background-color: #e1dfd3; text-decoration:none; color:#000000;}
#top-navigation td{ background-color: #777777;
    border-right: 1px solid #a5a5a5;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
	padding-left:5px;
	padding-right:5px;
	font-size:16px;
	text-decoration:none;
	height:40px;
	}
	#top-navigation a {text-decoration:none; color:inherit;}
	#top-right{
	position:absolute;
	margin:auto;
	width:155px;
	z-index:0;
	top:7px;
	left:765px;
	text-align:right;
	color:#818285;
	height: 131px;
	background-image:url(../Images/vn.gif);
	font-size:30px;
	font-family:Verdana, Geneva, sans-serif;
}
#middle{
	position:absolute;
	margin:auto;
	top:150px;
	width:950px;
	z-index:0;
	height: 462px;

}
#about-middle{
	position:absolute;
	margin:auto;
	width:896px;
	z-index:0;
	height: 352px;
	padding:10px;
	border:solid 2px #eae3e3;

}

#middle-button{
	position:absolute;
	margin:auto;
	top:275px;
	left:354px;
	width:227px;
	z-index:0;
	background-color:#000000;
	height:40px;
}
#middle-bar{
	position:absolute;
	margin:auto;
	top:383px;
	left:16px;
	width:570px;
	z-index:0;
	height:28px;
}
#jcr-middle{
	position:absolute;
	margin:auto;
	left:640px;
	width:290px;
	z-index:0;
	height: 523px;
	padding:10px;
	border:solid 2px #eae3e3;

}
#middle-recent{
	position:absolute;
	margin:auto;
	top:418px;
	left:16px;
	width:570px;
	z-index:0;
	height:790px;
}
#footer {
	position:absolute;
	margin:auto;
	height:30px;
	color:#999;
	background-color:#000000;
	width:100%;
	text-align:center;
	padding-top:10px;
	font-size:14px;
	left:0px;
	top:700px;
	
	}
	
