@font-face {
	font-family: 'Conv_FuturaLightC';
	src: url('fonts/FuturaLightC.eot');
	src: local('☺'), url('fonts/FuturaLightC.woff') format('woff'), url('fonts/FuturaLightC.ttf') format('truetype'), url('fonts/FuturaLightC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body, html{
	height:100%;
	margin:0px;
	padding:0px;
	font-size:16px;
	font-family: 'Conv_FuturaLightC';
	color:#cccccc;		
}
table{
	margin:0px;
	padding:0px;
}
td{
	padding-right:6px;
}
thead td{
	padding-bottom:15px;
}
#main{
	background: url(img/main-bg.jpg) no-repeat center center #000 fixed;
	background-size:auto 100%;
}
#finger{
	background: url(img/main_finger-bg.jpg) no-repeat center center #000 fixed;
	background-size:auto 100%;
}	
#about{
	background: url(img/about-bg.jpg) no-repeat center center #000 fixed;
	background-size:auto 100%;
}
#contact{
	background: url(img/contact-bg.jpg) no-repeat center center #000 fixed;
	background-size:auto 100%;
}
#news{
	background: url(img/news-bg.jpg) no-repeat center center #000 fixed;
	background-size:auto 100%;
}
#service{
	background: url(img/service-bg.jpg) no-repeat center center #000 fixed;
	background-size:auto 100%;
}
#why{
	background: url(img/why-bg.jpg) no-repeat center center #000 fixed;
	background-size:auto 100%;
}
#about footer, #contact footer, #news footer, #service footer, #why footer{
	color:#333333;
}
#about footer hr, #contact footer hr, #news footer hr, #service footer hr, #why footer hr{
	background:#333333;
}
p{
	margin-top:0px;
	margin-bottom:10px;
}
ul, ul li{
	list-style:none;
	margin:0px;
	padding:0px;
}
ul{
	margin-right:30px;
}
.li li{
	list-style: outside;
	padding-left:10px;
	margin-left:14px;
}
#scroll h3{
	color:white;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
}
.lang{
	margin-right:30px;
}
.date{
	font-size:14px;
}
.white{
	color:white;
}
a, a:active, a:visited{
	color:#a09f9f;
	text-decoration:none;
}
a:hover{
	color:#FFF;
}
.active, .active:active, .active:hover, .active:visited{
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
.wrap{
	width:54%;
	float:right;
	margin-top:5%;
	margin-right:70px;
}
aside{
	width:35%;
	text-align:right;
	border-right:2px solid #b24902;
}
section{
	padding-left:30px;
	width:60%;
	position:relative;
	float:right;
}
footer{
	color:#000;
	width:60%;
	clear:both;
	float:right;
	text-align:left;
}
footer hr{
	background:#000;
	float:left;
	border:none;
	width:100%;
	height:1px;
	margin-left:-20px;
}
.jp-container{
    width:100%;
    height:435px;
    position:relative;
	float:left;
	padding-right:20px;
	margin:20px 0 20px 0;
}