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

#rightholder {
	height: 270;
	width:320;
	position: fixed;
	z-index: 6;
	top: 100px;
}
#table {
	z-index: 4;
	left: -4px;
	top: 3px;
	position: absolute;
}

#table-b {
	z-index: 7;
	
}

#float {
	position: fixed;
	left: 850px;

	height: auto;
	width: auto;
	z-index: 4;
}
#leftfloat {
	height: auto;
	width: auto;
	position: fixed;
	left: 5px;
	z-index: 5;
	top:175px;
}
