html {
	height: 100%;
	overflow: hidden;
}
body {
	background-color: #ffffff;
	color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
#header {
	margin: 0px;
	padding: 0px;
	width:100%;
	height:38px;
}
#footer {
	position:relative;
	top: 556px;
	left:0px;
	margin: 0px;
	padding: 0px;
	width:100%;
	height:28px;
	text-align: center;
	background-image:url('../img/fbg.gif');
	background-repeat: repeat-x;
}
#flashDiv {
	outline: 0;
}

