@charset "utf-8";
/* CSS Document */

BODY
{
	background-image:url(../img/background.png);	
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

.content
{	
	position:absolute;
	bottom:150px;
	width:100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#333333;
	text-align:center;
}

.title_wrapper
{
	z-index:0;
	position:relative;
	top:0;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width:100%;
	height:100px;
	background-image:url(../img/title_bg.png);
	background-repeat:repeat-x;
}
.company_no
{
	position:absolute;
	bottom:15px;
	right:10px;
	font-size:11px;
	letter-spacing:1px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-weight:bold;	
	text-align:right;
}
.title_en
{
	position:absolute;
	top:65px;
	left:100px;
	height:40px;
	width:600px;
	font-size:20px;
	letter-spacing:4px;
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-weight:bold;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.title_cn
{
	position:absolute;
	z-index:10;
	top:10px;
	left:90px;
	height:60px;
	background-image:url(../img/title_cn.png);
	background-repeat:no-repeat;
	width:100%;
	margin-left:auto;
	margin-right:auto;
}

.map
{
	position:absolute;
	z-index:1;
	top:30%;
	left:40%;
	height:120px;
	width:120px;
	background-image:url(../img/map.png);
	background-repeat:no-repeat;
}
/* IMAGE MOUSE OVER */
.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
}
/* END OF IMAGE MOUSE OVER*/

.logo
{
	position:absolute;
	z-index:10;
	left:10px;
	top:15px;
	width:80px;
	height:80px;
	background-image:url(../img/logo.png);
}

.copyrights
{
	width:100%;
	position:absolute;
	bottom:0;
	height:30px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#333333;
	text-align:center;
	background-image:url(../img/bar.png);
}

.author
{
}

.map
{
}
