	BODY {
		background-color: #dfdfdf;
		height: 100%;
	}
	HTML {
		height: 100%;
	}
	#container {
		width: 100%;
		height: 100%;
		position:relative;
		text-align: center;
	}
	#head {
		background: #000 url(/images/bg_top_title.jpg) no-repeat;
		width: 1024px;
		height: 152px;
		margin: 0 auto;
		left: -512px;
		text-align: right;
	}
	#proj {
		position:relative;
		float: left;
		color: red;
		padding-top: 109px;
		padding-left: 30px;
		font-family: sans-serif; font-size: 24px;
	}

	#middle {
		width: 1024px;
		background-color: #aa0;
		padding:0px;
		margin: 0 auto;
		left: -512px;
				min-height: 380px;
				height: 380px;
	}

	#menu {
		position:relative;
		height: 100%;
		background: #000 url(/images/bg_middle_menu_title.jpg) no-repeat;
		width: 235px;
		max-height: 1400px;
		float: left;
		text-align: left;
	}
/*	#menu #leftmenu ul li {color: #fff;margin-top:10px;margin-left:10px;font-family: sans-serif; font-size: 18px;}
	#menu #leftmenu ul li a {color: #fff;text-decoration:none;}
	#menu #leftmenu ul li a:hover {color: #f00;text-decoration:none;}
*/
	#menu #leftmenu {
		color: #fff;
		margin: 20px;
		position:relative;
		font-family: sans-serif; font-size: 24px;
	}

	#content {
		position:relative;
		height: 100%;
		background: #000 url(/images/bg_middle_content_title.jpg) no-repeat;
		width: 789px;
		max-height: 1400px;
		float: left;
	}
	#content #contenttext {
		padding: 20px 30px 20px 30px;
		font-family: sans-serif;
		color: #fff;
		font-size: 14px;
	}
	#content #lang {
		padding: 20px 30px 0px 30px;
		font-family: sans-serif;
		color: #fff;
		font-size: 12px;
		text-align: right;
	}
	#content #lang a {color: #fff; text-decoration: none;}
	#content #lang a:hover {color: #fff; text-decoration: underline;}

	#content #contenttext .img {padding-left: 130px;padding-top:70px;}

	#bottom {
		clear: both;
		background: #000 url(/images/bg_bottom.png) no-repeat;
		width: 1024px;
		height: 152px;
		margin: 0 auto;
		left: -512px;
		color: #fff;
	}
	#bottom a {color: #fff; text-decoration: none;}
	#bottom a:hover {color: #fff; text-decoration: underline;}
	#bottom #bottom_left {
		width: 300px;
		float: left;
		text-align: left;
	}
	#bottom #bottom_left .bottom_left_text {padding: 30px; font-family: sans-serif; font-size: 12px; text-align: left; line-height: 18px;}
	#bottom #bottom_center {
		width: 424px;
		float: left;
		text-align: left;
	}
	#bottom #bottom_center .bottom_center_text {padding: 30px; font-family: sans-serif; font-size: 12px;text-align: center; line-height: 18px;}
	#bottom #bottom_right {
		width: 300px;
		float: left;
		text-align: left;
	}
	#bottom #bottom_right .bottom_right_text {padding: 30px; font-family: sans-serif; font-size: 12px;text-align: right; line-height: 18px;}

	#topmenu {
		position:relative;
		font-family: sans-serif;
		font-size: 26px;
		margin-right: 30px;
		padding-top: 109px;
		color: #000;
	}
	#topmenu ul li {color: #fff;display: inline;margin-left: 40px;}
	#topmenu ul li a {color: #000;text-decoration:none}
	#topmenu ul li a:hover {color: #fff;text-decoration:none}
	#pagename {
		position:relative;
		font-family: sans-serif;
		color: #fff;
		font-size: 32px;
		margin-right: 30px;
		padding-top: 28px;
	}