#bgbottom {
	clear:both;
	height:50px;
	background-image:url('../images/bg2.jpg');
	
	border:solid 0px blue;
	text-align:center;
	margin:0;
	padding:0;
}

#bottom {
	margin-left:auto; margin-right:auto;
	width:780px; height:50px;
	background-image:url('../images/bottom_copyright_ken.jpg');
	background-repeat:repeat-x;
	border:0px solid green;
	padding-top:0px;
	margin-bottom:0;
}
#lang_enUS #bottom { font-size: 10px; }
#lang_zhTW #bottom { font-size: 12px; }
#lang_zhCN #bottom { font-size: 12px; }

#bottom_menu {
	text-align:right;
	font-weight:bold;
	color:#ffffff;
	margin:0;
	padding: 10px 0 0 0;
	border:0px solid green;
}

#bottom_menu a { color:#ffffff; }

#lang_enUS #bottom_menu a { font-size: 10px; }
#lang_zhTW #bottom_menu a { font-size: 12px; }
#lang_zhCN #bottom_menu a { font-size: 12px; }

p#bottom_menu a:hover {
	color:yellow;
}

address {
	line-height : 150%;
	font-family: "Arial", "Verdana", "Helvetica", "sans-serif"; 
	
	text-align:right;
	border:0px solid red;
	font-style:normal;
	color:#239ee2;
	margin:0;
	padding:0;
}
address a {	color:#239ee2; }
address a:hover { color:yellow; }
