html, body {
	padding: 0px;
	background-color: #000000;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	height: 100%;
	}
body embed, object {
	display:block;
	border: none;
	margin-left: auto;
	margin-right: auto;
	}
table.fullHeight {
	height:100%;
	width:100%;
	border:none;
	}