body, html {
	height:100%;
	overflow:hidden;
}

body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
object#sound {
	height: 18px;
	width: 550px;
	margin-left: -275px;
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 5;
}
iframe#contents {
	background-color: transparent;
	height: 100%;
	width: 100%;
	margin-top: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}

