html{
    height:100%;
	overflow:hidden;
}
a:link {
	outline:none;
} 
a:visited {
	outline:none;
} 
a:hover {
	outline:none;
}
a:hover img, a:hover object, a:hover area, a:hover map, a:hover embed {
	outline:none;
}
input:hover, select:hover, option:hover, map:hover, area:hover {
    outline:none;
}
body {
	background-color:#000000;
	margin:0;
   padding:0;
	height:100%;
	overflow:auto;
}

div#container{

	position:relative;

	width:800px;

	height:100%;

	min-height: 100%;

	margin:0px auto;

	z-index: 1;

}


#bgTop{
	background:url(../images/top_bg169.jpg) no-repeat top;
	background-color:#000000;
	height:100%;
}
div#mainTop{
	position:absolute;
	width: 800px;
	top: 1px;
	z-index: 10px;
}
div#main{
	position:absolute;
	width: 800px;
	top: 114px;
	z-index: 10px;
}
div#main2{
	position:absolute;
	width: 800px;
	top: 12px;
	z-index: 10px;
}
div#main3{
	position:absolute;
	width: 800px;
	top: 62px;
	z-index: 10px;
}
div#back{
	position:absolute;
	width:81px;
	top:16px;
	left:0px;
}
div#prev{
	position:absolute;
	width:81px;
	top:180px;
	left:0px;
}
div#next{
	position:absolute;
	width:81px;
	top:180px;
	left:719px;
}
.px20 {
	font-size: 20px;
	line-height: 28px;
	color: #2e211b;
}
.px20w {
	font-size: 20px;
	line-height: 28px;
	color: #bebebe;
}
.bold {
	font-weight:bold;
}
.px16 {
	font-size: 16px;
	line-height: 18px;
	color: #2e211b;
}