body{
	padding:0;
	height:100%;
	margin: 0px auto;
	overflow-y:auto;
	overflow-x:hidden;
 }
.tableBg{background-image:url(../images/tableBg.gif); background-repeat:repeat-x;}
.transparency {
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	background-color:#464641;
}

