@CHARSET "UTF-8";
#background{
	width: 100%;
	height: 100%;
	background-image: url("images/top.png");
	background-repeat: no-repeat;
	background-position: top center;
}
#top_flash{
	width: 990px;
	height: 210px;
	
}
#top_menu_box{
	float:left;
	margin: 0;
	padding: 10px 0 0 140px;
	text-align: center;	
}
#footer_menu_box{
	float:left;
	margin: 0;
	padding: 20px 0 0 140px;
	text-align: center;	
}
#top_box{
	margin: 0 auto;
	width: 990px;
	height: 270px;
	background-image: url("images/top.png");
	background-repeat: no-repeat;
	background-position: -140px;
}
#middle_box{
	margin: 0 auto;
	width: 990px;
	height: 100%;
}
#left_menu_box{
	float:left;
	padding:30px 0 20px 10px;
	width: 240px;
	background-image: url("images/left_menu_bg.png");
	background-repeat: no-repeat;	
}

#footer_bg_box{
	float:left;
	width: 100%;
	height: 235px;
	background-image: url("images/footer_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
}
#footer_bg_texture{
	float:left;
	width: 100%;
	height: 235px;
	background-image: url("images/footer_bg_texture.png");
}
#footer_box{
	margin: 0 auto;
	width: 990px;
	height: 235px;
	background-image: url("images/footer_bg.png");
	background-repeat: no-repeat;
	background-position: -122px;
}
#footer_info{
	padding: 150px 0px 0px 200px;
}