html {
	overflow: hidden;
	width: 100%;
	height: 100%;
}
body {
	overflow: hidden;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
object, embed {
	width: 100%;
	height: 100%;
}

		
