html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image:URL(Pixel_Lit.gif);
}

#Layer01 {
	visibility: visible;
	position: absolute;
	left: 0px;
	top: 200px;
	border: 0;
	z-index: 2;
	margin:0;
	padding:0;
}

#Layer02 {
	visibility: visible;
	position: absolute;
	z-index: 1;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}

.movie {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}