@charset "UTF-8";
/* CSS Document */

html, body {margin:0; padding:0; width:100%; overflow-x:hidden; text-align:left;}
#background{
	position:absolute;
	width:100%;
	z-index: 1;
	height: auto;
}
#fixed {
	position:absolute;
	top:0px;
	width:100%;
	z-index:10;
	color:#567;
	border:0px;
	padding:0px;
	align:center;
}
.header {
	text-align: center;
	position: absolute;
	top: 75px;
	margin: auto;
	width: 920px;
	z-index: 15;
	align: center;
	}
.fadeshow1 {
	text-align: center;
	position: absolute;
	margin-top: 215px;
	width: 800px;
	z-index: 20;
	align: center;
	border: 2px solid #005DAB;
	}
.table {
	z-index: 16;
	}

