/* CSS Document */

*{
	font-size:100%;
	margin:0;
	padding:0;
}

/*
===== 2: html and body =====
*/

html{
}

body{
	margin-left:auto;
	margin-right:auto;
	background:url(http://haisai-8.com/common/index-img/hi_back.jpg);
	color:#333333;
}

#wapper{
	width:100%;
	height:741px;
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
	background-image: url(http://haisai-8.com/common/index-img/back.jpg);
	background-position: center;
	}
	
#main{
	width:950px;
	height:625px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:62px;
	}
	
	
.tex{
	font-size:16px;
	font-weight:bold;
	color:#333333;
	line-height:2em;
	padding:5px 5px 100px 5px;
}

#index-header-name,#index-header-description,#skip,.i-site,.skip,
.index-asset-name,.index-asset-content {
left: -9999px;
position: absolute;
}