html {
	overflow-x: hidden;
	height: 100%;
}
body {
	margin: 0px;
	height: 100%;
	overflow-x: hidden;
	overflow: hidden;
}

.horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#mainflash {
	margin-left: -500px;
	position: absolute;
	top: -285px;
	left: 50%;
	width: 1000px;
	height: 570px;
	display: block;
}

#htmlborder {
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#bg_loop {
	background: url(../images/loop_mid.jpg) repeat-x top left; background-color: #fff; position: absolute; top: -385px; height: 800px; width: 100%;
}
#bg_gfx {
	position: absolute; top: -180px; left: -800px; width: 1600px; height: 295px; background: url(../images/html2.jpg);
}