html, body {
		width:100%; height:100%;
		margin:0; padding:0;
		line-height:1.5em;
		scrollbar-face-color: #E7E7E7; 
		scrollbar-shadow-color: #6C6C6C; 
		scrollbar-highlight-color: #FFFFFF; 
		scrollbar-3dlight-color: #C9C9C9; 
		scrollbar-darkshadow-color: #FFFFFF; 
		scrollbar-track-color: #ECECE; 
		scrollbar-arrow-color: #4F8BAD;
	}
#wrapper { 
 margin: 0;
 width: 970px;

}
/*header///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	#header {
		width:970px;
		height:105px;
		position:relative;
		background:url(../images/back01.jpg) no-repeat;
		}
			#logo{
				width:180px;
				height:56px;
				position:absolute;
				top:30px; left:10px;
				background:url(../images/logo01.gif) no-repeat;
				text-indent:-5000px;				
			}
			#language{
				widht:188px;
				height:17px;
				position:absolute;
				top:13px;right:13px;
			}
				
			#flashmenu{
				width:750px;
				height:75px;
				position:absolute;
				top:30px;left:220px;
			}
			#sub_mainimage1{
				width:960px;
				height:147px;
				position:absolute;
				top:125px;left:10px;
				background:url(../images/subimg01.jpg) no-repeat;
			}
			#sub_mainimage2{
				width:960px;
				height:147px;
				position:absolute;
				top:125px;left:10px;
				background:url(../images/subimg02.jpg) no-repeat;
			}	
			#sub_mainimage3{
				width:960px;
				height:147px;
				position:absolute;
				top:125px;left:10px;
				background:url(../images/subimg03.jpg) no-repeat;
			}	
			#sub_mainimage4{
				width:960px;
				height:147px;
				position:absolute;
				top:125px;left:10px;
				background:url(../images/subimg04.jpg) no-repeat;
			}									
/*content///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/			
	#content { 
		width:696px;
		margin:0;padding:0;
		position:relative;
		display: inline;
		background:url(../images/back002.jpg) 0 -167px no-repeat;
	}
	#mainflash{
	width:637px;
	height:490px;
	background:url(../images/main_bg02.jpg) 0 0 no-repeat;
	}
	#maincontent{
	position:absolute;
	top:0; left:637px;
	}
		#maincontent ul{
			list-style:none; 
			width:333px;
			margin:0;
			padding:0;
		}
			#maincontent ul li{
				margin:0;
				padding:0;
				_height:0; 
				_font-size:0;
		
			}
				#maincontent ul li.img1{
					height:99px;
				}
				#maincontent ul li.img2{
					height:109px;
				}	
				#maincontent ul li.img3{
					height:93px;
				}	
				#maincontent ul li.img4{
					height:142px;
				}			
				#maincontent ul li.space{
					height:29px;
					background:#fff;
				}
	#mainbg {
	margin:0;padding:0;
	width:123px;
	height:487px;
	position:absolute;
	top:0;
	left:970px;
	background:url(../images/main_bg01.jpg) no-repeat;
	}

/*footer///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	#footer {
		width: 960px;
		height:95px;
		position:relative;
		left:10px;
		background:#E9E9E9;	
		text-align:center;
		clear: both;
	}
		#address{
			width: 681px;
			height:45px;
			position:absolute;
			top:30px; left:250px;
			background:url(../images/address01.gif) no-repeat;
			text-indent:-5000px;	
		}
			
