@charset "utf-8";
/* CSS Document */
#header{
	width:100%; 
	height:140px;
	position:absolute;
	z-index:3;
	top:0px;
}
#content{
	width:100%;
	margin-top:106px;
}
#home{
	width:100%;
	margin-top:0px;
}
#footer{
	width:100%;
	position:relative;
}
#main{
	width:100%;
	height:100%;
	background:url(../images/en/shares/bg-main.jpg) center no-repeat;
	position:absolute;
	top:0px;
}
.box{
	border-width:1px;
	border-color: #364950;
	/*background: url(../images/en/shares/bg-box.png);*/
	background-color:#000000;
	border-style:solid;
	font-family:Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	padding:3px;
}
.thumb{
	border-width:2px;
	border-color: #FFFFFF;
	border-style:solid;
}
.key{
	position:absolute;
	background:url(../images/en/home/p-key1.png) no-repeat;
	width:980px;
	height:550px;
	z-index:0;
}