/*CSS*/
/******************************************************************** TEXT */
p {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color:  #000;
	margin: 0px;
	padding: 0px;
	line-height:15px;
}
h1 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:  #000;
	margin: 0px;
	padding: 0px;
	line-height:normal;
}


/******************************************************************** BODY */
body {
	background-color: #fff;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x:hidden;
	font:  12px  Arial, sans-serif;
	color:#000;
}

body a:focus {outline:none;}
/******************************************************************** LOGO */
#logo {
	position:relative;
	font:  12px  Arial, sans-serif;
	color: #000;
	width:180px;
	padding-bottom:20px;
}
/******************************************************************** MENU */ 

#topBoxmenu {
	position: fixed;
	z-index:3;
	width:180px;
	margin-top:10px;
}
a.menu:link {
	Arial, sans-serif;
	color: #000;
	text-decoration: none;
}
a.menu:visited {
	Arial, sans-serif;
	color: #000;
	text-decoration: none;
}
a.menu:hover { 
	Arial, sans-serif;
	color: #000;
	text-decoration: underline;
}
a.menu:active {
	Arial, sans-serif;
	color: #000;
	text-decoration: none;
}
/******************************************************************** Small MENU */ 

a.menus:link {
	font: Arial, sans-serif;
	color: #000;
	text-decoration: none;
}
a.menus:visited {
	font: Arial, sans-serif;
	color: #000;
	text-decoration: none;
}
a.menus:hover {
	font: Arial, sans-serif;
	color: #000;
	text-decoration: none;
}
a.menus:active {
	font: Arial, sans-serif;
	color: #000;
	text-decoration: none;
}

/************************************************************* MIDDLE BOX */

#middleBox {
	position: absolute;
	width: auto;
	margin-left:200px;
	z-index:100;
	margin-top:10px;
}
#note {
	position: absolute;
	top:100px;
	left:250px;
	width: 360px;
	height:304px;
	z-index:1000;
}


#alphabg {
	width:auto;
	height:auto;
		
}
#gallerybox {
	position:relative;
	background-color:#000; 
	width:600px;
	height:400px;
}

.signalg {
	position:absolute;
	left: 10px;
	top:10px; 
	display:none;
}
#textbox {
	position:relative;
	width:475px;
	margin-bottom:40px;
	padding-left:15px; 
	padding-right:110px; 
	padding-bottom:20px; 
	padding-top:10px; 
	border-bottom: 2px solid #000;
	background-color:#FFF;
	opacity: 0.8; 
    filter: alpha(opacity=80);
}
#textbox_nobot {
	position:relative;
	width:475px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
	background-color:#FFF;
	opacity: 0.8; 
    filter: alpha(opacity=80); 
}
#copyright {
	position:relative;
	width:600px; 
	background-color:#FFF;
	padding-bottom:20px;
	padding-top:5px;
	font-family: Arial, sans-serif;
	font-size: 9px;
	color: #000;  
}
#icontext{
	font-size:10px;
	padding-right:10px;
	padding-bottom:20px;
	}
/************************************************************ BOTTOM BOX */
/*#headerkeress_ho {
	position: fixed;
	z-index:1;
	float:left;
	margin-left:250px;
}*/
#headerbottom_ho {
	position: fixed;
	bottom:0px;
	z-index:1;
	background-image:url(photo/home_ho.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:1409px; 
	height:498px;
	margin-left:-20px;
}
#headerbottom_en {
	position: fixed;
	bottom:0px;
	z-index:1;
	background-image:url(photo/home_en.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:1409px; 
	height:498px;
	margin-left:-20px;
}



#footer {
	position: fixed;
	bottom:0px;
	font: 9px Arial, sans-serif;
	line-height:12px;
	color: #000;
	padding-bottom:50px;
	width:180px;
	z-index:2;
}
