*{
	margin:0;
	padding:0;
	border:0px solid #eee;
	list-style:none;
}
html,body,#content {
	width:100%;
	height:100%;
	overflow:hidden;
}
table { line-height: 0; }
body {
	font-family:Arial;
	font-size:10px;
	color:#000;
}

#bg {
	position:absolute;
	width:100%;
	height:100%;
}
#bg img {
	min-height:100%;
  	height:auto !important;
  	height:100%;
	min-width:100%;
  	width:auto !important;
  	width:100%;
	margin:0 auto;
	display:block;
}
/*
#bg img {
	position:absolute;
	width:100%;
	margin:0 auto;
	display:block;
}*/
#content {
	position:absolute;
	top:0;
	left:0;
	z-index:70;
	overflow:auto;
}
td {
	
}
