html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font: normal 12px verdana, arial, sans-serif;
	overflow: hidden;
}
td {
	vertical-align: top;
}
a, img { 
	border: 0;
}

#page {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	margin-top: -200px;
	height: 400px;
	width: 700px;
}
#cloud {
	display: none;
	position: absolute;
	left: 75px;
	height: 135px;
	width: 555px;
	z-index: 2;
}
#cloud .top {
	position: absolute;
	width: 100%;
	height: 15px;
	background-image: url("shade_top.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#container {
	position: absolute;
	top: 15px;
	bottom: 19px;
	left: 3px;
	right: 5px;
	z-index: 3;
	padding: 0px 28px 0;
	color: #494949;
	background-color: #fff; 
}
#cloud h1 {
	font: normal 26px tahoma, verdana, arial, sans-serif;
}
#cloud h3 {
	font: bold 16px tahoma, verdana, arial, sans-serif;
}
.title {
	font: bold 16px tahoma, verdana, arial, sans-serif;
}
#cloud .left {
	position: absolute;
	top: 15px;
	bottom: 19px;
	width: 3px;
	left: 0px;
	background-image: url("shade_left.png");
	background-repeat: repeat-y;
	background-position: right bottom;
	z-index: 3;
}
#cloud .right {
	position: absolute;
	top: 15px;
	width: 5px;
	bottom: 19px;
	right: 0px;
	background-image: url("shade_right.png");
	background-repeat: repeat-y;
	background-position: left bottom;
}
#cloud .bottom {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 19px;
	background-image: url("shade_bottom.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#cloud .patch {
	position: absolute;
	bottom: 6px;
	left: 20px;
	right: 20px;
	height: 13px;
	z-index: 3;
	background-color: #fff;
}
#cloud .content {
	display: none; 
}
#cloud .text {
	display: none;
	margin-top: 12px;
}
#cloud .text  a {
	font-style: italic;
	color: #ccc;
	text-decoration: none;
}
#cloud .text a:hover {
	text-decoration: underline;
}
span.little {
	font-size: 10px;
	color: #999;
	text-align: left;
}
.input {
	border: 0;
	padding: 1px;
	border-bottom: 1px dotted #000099;
	color: #000099;
}
#cloud .signature {
	font-style: italic;
	font-size: 12px;
	color: #999;
}
#cloud .signature a {
	font-style: italic;
	font-size: 12px;
	color: #494949;
	text-decoration: none;
}
#cloud .signature a:hover {
	text-decoration: underline;
}
.gray {
	background-color: #d3f3b2;
}
#cloud a.textlink {
	font-style: normal;
	color: #494949;
	text-decoration: underline;
}
.pagenb .nb {
	
}
#ref_logo {
	position: absolute;
	display: block;
	width: 159px;
	height: 80px;
	bottom: 0px;
	right: 50px;
}
#ref_logo img {
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.tel {
	position: absolute;
	display: block;
	width: 100px;
	height: 86px;
	bottom: 0px;
	right: 50px;
}
#scroll {
	position: absolute;
	width: 25px;
	height: 50px;
	bottom: 10px;
	right: 10px;
	font-size: 24px;
	color: #494949;
}
#scroll a {
	text-decoration: none;
}
#scroll .page_n , #scroll .page_t {
	font-size: 12px;
	top: 0px;
	position: relateive	/* padding-bottom: 20px; */
}
#tail {
	display: none;
	position: absolute;
	z-index: 2;
	height: 158px;
	width: 100px;
	left: 150px;
	bottom: 113px;
	background-image: url("arrow_acqda.png");
	background-position: left bottom;
	background-repeat: no-repeat;
}
#nav {
	position: absolute;
	height: 126px;
	left: 75px;
	width: 550px;
	bottom: 0px;
}

#logo {
	position: absolute;
	height: 126px;
	width: 126px;
	bottom: 0px;
	background-image: url("../images/logo.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#logo a {
	display: block;
	margin-top: 38px;
	margin-left: 38px;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
#menu {
	position: absolute;
	left: 110px;
	height: 25px;
	top: 46px;
	width: 400px; 
	font: normal 13px verdana, arial, sans-serif;
	color: #fff;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #fff;
	text-decoration: underline;
}
#copyright {
	position: absolute;
	left: 110px;
	height: 25px;
	top: 68px;
	font: normal 10px tahoma, verdana, arial, sans-serif;
	color: #d3f3b2;
}
.bg {
	position: absolute;
	width: 100%;
}
