@charset "utf-8";
#container {
	width:630px;
	margin: auto;
	padding: 0 0 100px 0;
	border:0px dotted #999999;
	position:relative;
}
#top {
	position: absolute;
	width: 100%;
	visibility: visible;
}
#banner {
	position: absolute;
	background-color: #0068A6;
	height: 78px;
	width: 1000px;
	top: 0px;
	z-index: 1;
	visibility: visible;
}
#main {
	position: relative;
	width: 1000px;
	padding-bottom: 50px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	top: 0px;
	margin: auto;
	border: 1px solid #0068A6;
	z-index: 2;
	visibility: visible;
	background-color: #FFFFFF;
}
#charts {
	z-index: 1;
	height: 480px;
	width: 100%;
	top: 200px;
	position: fixed;
}

#menu {
	position: absolute;
	width: 100%;
	top: 78px;
	z-index: 1;
	visibility: visible;
}
#contact {
	position: absolute;
	left: 880px;
	top: 8px;
	z-index: 2;
	visibility: visible;
}
#l_shadow {
	background-image: url(images/left.png);
	background-repeat: no-repeat;
	background-position: right top;
	position: absolute;
	height: 600px;
	width: 30px;
	left: -30px;
	top: -1px;
	visibility: visible;
}
#r_shadow {
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 600px;
	width: 30px;
	left: 1000px;
	top: -1px;
	visibility: visible;
}
#text1 {
	position: absolute;
	width: 960px;
	top: 300px;
	left: 20px;
	height: 1163px;
	z-index: 5;
}
#fixed_pics {
	position: fixed;
	width: 100%;
	height: 480px;
	top: 175px;
}
#fixed_pics_L {
	position: absolute;
	height: 480px;
	width: 50%;
	left: 0px;
	background-image: url(images/graph.png);
	background-repeat: no-repeat;
	background-position: left;
}
#fixed_pics_R {
	position: absolute;
	height: 480px;
	width: 50%;
	left: 50%;
	background-image: url(images/graph.png);
	background-repeat: no-repeat;
	background-position: right;
}
#text {
	position: absolute;
	width: 950px;
	top: 470px;
	background-color: #FFFFFF;
	height: 1250px;
}

