
html {
	overflow-x: hidden;
}

body {
	margin:0px;
	padding:0px;
	height: 100%;
	color: #000;
	background-image:url(../images/loop_top.jpg);
	background-color:#F94F2C;
	background-repeat:repeat-x;
	overflow: auto;
	overflow: -moz-scrollbars-vertical; /* mozilla-engine */
	overflow-x: hidden;
}

#mainframe {
	z-index: 20;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-500px;
	height:800px;
	width:1000px;
	/*background-image:url(../images/flash.jpg);*/
	background-repeat:no-repeat;
}

#bgframe {
	z-index: 10;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-700px;
	height:100%;
	min-height: 800px;
	width:1400px;
	background-image:url(../images/loop_mid.jpg);
	background-repeat:y-repeat;
}

#bgleft {
	position: relative; float: left; background-image: url(../images/left.jpg); height: 800px; width: 200px;
}
#bgright {
	position: relative; float: left; background: url(../images/right.jpg) no-repeat right top; height: 800px; width: 1200px;
}


