html,body {
	background-color:#003E21;
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow:hidden;
}

#footer{
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:3;
	color:#FFFFFF;
	width: 100%;
}

#footer td{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
#site {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
}
#back {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 100%;
	overflow:hidden;
}
